#B894EE

Color #B894EE Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B894EE

Tints of Biloba Flower #B894EE

Color information

#B894EE (or 0xB894EE) is unknown color: approx Biloba Flower. HEX triplet: B8, 94 and EE. RGB value is (184,148,238). Sum of RGB (Red+Green+Blue) = 184+148+238=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #B894EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B894EE is #476B11. Grayscale: #A8A8A8. Windows color (decimal): -4680466 or 15635640. OLE color: 15635640.

HSL color Cylindrical-coordinate representation of color #B894EE: hue angle of 264º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B894EE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184148238-
CMYK0.230.3800.07
HSL264º72.58%75.69%-
HSV(B)264º37.82%93.33%-
XYZ45.7937.5485.72-
YUV169.02166.93138.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=32.28%
G=25.96%
B=41.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841482380.230.3800.0726472.5875.69
HexB894EE172607108494c
Octal270224356274607410111114
Binary10111000100101001110111010111100110011110000100010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894EE; }

 p { color: rgb(184,148,238); }

 H1.HeaderClassName
 {
   color: #B894EE;
 }
 .AnyTagClassName
 {
   color: #B894EE;
 }
</style>
background-color css

<style>
 a { background-color: #B894EE; }

 a { background-color: rgb(184,148,238); }

 div.DivClassName
 {
   background-color: #B894EE;
 }
 .BgClassName
 {
   background-color: #B894EE;
 }
</style>
border-color css

<style>
 span { border-color: #B894EE; }

 span { border-color: rgb(184,148,238); }

 td.TdClassName
 {
   border-color: #B894EE;
 }
 .TagClassName
 {
   border-color: #B894EE;
 }
</style>