#BB9CC2

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

Shades of Lola #BB9CC2

Tints of Lola #BB9CC2

Color information

#BB9CC2 (or 0xBB9CC2) is unknown color: approx Lola. HEX triplet: BB, 9C and C2. RGB value is (187,156,194). Sum of RGB (Red+Green+Blue) = 187+156+194=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #BB9CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CC2 is #44633D. Grayscale: #A9A9A9. Windows color (decimal): -4481854 or 12754107. OLE color: 12754107.

HSL color Cylindrical-coordinate representation of color #BB9CC2: hue angle of 288.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB9CC2 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187156194-
CMYK0.040.2000.24
HSL288.95º23.75%68.63%-
HSV(B)288.95º19.59%76.08%-
XYZ42.1238.2456.2-
YUV169.6141.77140.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 194 (76.17% from 255) = 36.13%
R=34.82%
G=29.05%
B=36.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871561940.040.2000.24288.9523.7568.63
HexBB9CC24140181211845
Octal27323430242403044130105
Binary10111011100111001100001010010100011000100100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CC2; }

 p { color: rgb(187,156,194); }

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

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

 a { background-color: rgb(187,156,194); }

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

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

 span { border-color: rgb(187,156,194); }

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