#B994BC

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

Shades of Lola #B994BC

Tints of Lola #B994BC

Color information

#B994BC (or 0xB994BC) is unknown color: approx Lola. HEX triplet: B9, 94 and BC. RGB value is (185,148,188). Sum of RGB (Red+Green+Blue) = 185+148+188=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B994BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994BC is #466B43. Grayscale: #A3A3A3. Windows color (decimal): -4614980 or 12358841. OLE color: 12358841.

HSL color Cylindrical-coordinate representation of color #B994BC: hue angle of 295.5º 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 #B994BC is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185148188-
CMYK0.020.2100.26
HSL295.5º22.99%65.88%-
HSV(B)295.5º21.28%73.73%-
XYZ39.6735.1252.27-
YUV163.62141.76143.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 148 (58.20% from 255) = 28.41%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=35.51%
G=28.41%
B=36.08%

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
Decimal1851481880.020.2100.26295.522.9965.88
HexB994BC21501A1281742
Octal27122427422503245027102
Binary1011100110010100101111001010101011010100101000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B994BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B994BC; }

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

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

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

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

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

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

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

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