#BB9BC0

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

Shades of Lola #BB9BC0

Tints of Lola #BB9BC0

Color information

#BB9BC0 (or 0xBB9BC0) is unknown color: approx Lola. HEX triplet: BB, 9B and C0. RGB value is (187,155,192). Sum of RGB (Red+Green+Blue) = 187+155+192=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BC0 is #44643F. Grayscale: #A8A8A8. Windows color (decimal): -4482112 or 12622779. OLE color: 12622779.

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

Color convert

RGB187155192-
CMYK0.030.1900.25
HSL291.89º22.7%68.04%-
HSV(B)291.89º19.27%75.29%-
XYZ41.7337.8154.97-
YUV168.79141.1140.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=35.02%
G=29.03%
B=35.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871551920.030.1900.25291.8922.768.04
HexBB9BC03130191241744
Octal27323330032303144427104
Binary1011101110011011110000001110011011001100100100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BC0; }

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

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

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

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

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

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

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

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