#B894BC

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

Shades of Lola #B894BC

Tints of Lola #B894BC

Color information

#B894BC (or 0xB894BC) is unknown color: approx Lola. HEX triplet: B8, 94 and BC. RGB value is (184,148,188). Sum of RGB (Red+Green+Blue) = 184+148+188=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #B894BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B894BC is #476B43. Grayscale: #A3A3A3. Windows color (decimal): -4680516 or 12358840. OLE color: 12358840.

HSL color Cylindrical-coordinate representation of color #B894BC: hue angle of 294º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B894BC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184148188-
CMYK0.020.2100.26
HSL294º22.99%65.88%-
HSV(B)294º21.28%73.73%-
XYZ39.433552.25-
YUV163.32141.93142.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=35.38%
G=28.46%
B=36.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841481880.020.2100.2629422.9965.88
HexB894BC21501A1261742
Octal27022427422503244627102
Binary1011100010010100101111001010101011010100100110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894BC; }

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

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

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

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

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

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

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

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