#BB9FC0

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

Shades of Lola #BB9FC0

Tints of Lola #BB9FC0

Color information

#BB9FC0 (or 0xBB9FC0) is unknown color: approx Lola. HEX triplet: BB, 9F and C0. RGB value is (187,159,192). Sum of RGB (Red+Green+Blue) = 187+159+192=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FC0 is #44603F. Grayscale: #ABABAB. Windows color (decimal): -4481088 or 12623803. OLE color: 12623803.

HSL color Cylindrical-coordinate representation of color #BB9FC0: hue angle of 290.91º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BB9FC0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187159192-
CMYK0.030.1700.25
HSL290.91º20.75%68.82%-
HSV(B)290.91º17.19%75.29%-
XYZ42.4139.1755.19-
YUV171.13139.78139.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 159 (62.5% from 255) = 29.55%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=34.76%
G=29.55%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871591920.030.1700.25290.9120.7568.82
HexBB9FC03110191231545
Octal27323730032103144325105
Binary1011101110011111110000001110001011001100100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FC0; }

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

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

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

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

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

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

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

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