#BB9CC3

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

Shades of Lola #BB9CC3

Tints of Lola #BB9CC3

Color information

#BB9CC3 (or 0xBB9CC3) is unknown color: approx Lola. HEX triplet: BB, 9C and C3. RGB value is (187,156,195). Sum of RGB (Red+Green+Blue) = 187+156+195=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB9CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CC3 is #44633C. Grayscale: #A9A9A9. Windows color (decimal): -4481853 or 12819643. OLE color: 12819643.

HSL color Cylindrical-coordinate representation of color #BB9CC3: hue angle of 287.69º degrees, saturation: 0.25, 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 #BB9CC3 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187156195-
CMYK0.040.2000.24
HSL287.69º24.53%68.82%-
HSV(B)287.69º20%76.47%-
XYZ42.2338.2856.79-
YUV169.71142.27140.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 195 (76.56% from 255) = 36.25%
R=34.76%
G=29.00%
B=36.25%

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
Decimal1871561950.040.2000.24287.6924.5368.82
HexBB9CC34140181201945
Octal27323430342403044031105
Binary10111011100111001100001110010100011000100100000110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9CC3; }

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

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

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

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

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

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

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

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