#BB9BBE

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

Shades of Lola #BB9BBE

Tints of Lola #BB9BBE

Color information

#BB9BBE (or 0xBB9BBE) is unknown color: approx Lola. HEX triplet: BB, 9B and BE. RGB value is (187,155,190). Sum of RGB (Red+Green+Blue) = 187+155+190=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9BBE is #446441. Grayscale: #A8A8A8. Windows color (decimal): -4482114 or 12491707. OLE color: 12491707.

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

Color convert

RGB187155190-
CMYK0.020.1800.25
HSL294.86º21.21%67.65%-
HSV(B)294.86º18.42%74.51%-
XYZ41.5137.7353.81-
YUV168.56140.1141.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=35.15%
G=29.14%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871551900.020.1800.25294.8621.2167.65
HexBB9BBE2120191271544
Octal27323327622203144725104
Binary1011101110011011101111101010010011001100100111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BBE; }

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

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

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

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

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

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

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

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