#BB9FBB

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

Shades of Lola #BB9FBB

Tints of Lola #BB9FBB

Color information

#BB9FBB (or 0xBB9FBB) is unknown color: approx Lola. HEX triplet: BB, 9F and BB. RGB value is (187,159,187). Sum of RGB (Red+Green+Blue) = 187+159+187=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB9FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBB is #446044. Grayscale: #AAAAAA. Windows color (decimal): -4481093 or 12296123. OLE color: 12296123.

HSL color Cylindrical-coordinate representation of color #BB9FBB: hue angle of 300º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FBB is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187159187-
CMYK00.1500.27
HSL300º17.07%67.84%-
HSV(B)300º14.97%73.33%-
XYZ41.8638.9552.33-
YUV170.56137.28139.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 187 (73.44% from 255) = 35.08%
R=35.08%
G=29.83%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715918700.1500.2730017.0767.84
HexBB9FBB0F01B12c1144
Octal27323727301703345421104
Binary10111011100111111011101101111011011100101100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FBB; }

 p { color: rgb(187,159,187); }

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

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

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

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

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

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

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