#BB9DBE

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

Shades of Lola #BB9DBE

Tints of Lola #BB9DBE

Color information

#BB9DBE (or 0xBB9DBE) is unknown color: approx Lola. HEX triplet: BB, 9D and BE. RGB value is (187,157,190). Sum of RGB (Red+Green+Blue) = 187+157+190=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DBE is #446241. Grayscale: #A9A9A9. Windows color (decimal): -4481602 or 12492219. OLE color: 12492219.

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

Color convert

RGB187157190-
CMYK0.020.1700.25
HSL294.55º20.25%68.04%-
HSV(B)294.55º17.37%74.51%-
XYZ41.8438.453.92-
YUV169.73139.44140.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=35.02%
G=29.40%
B=35.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871571900.020.1700.25294.5520.2568.04
HexBB9DBE2110191271444
Octal27323527622103144724104
Binary1011101110011101101111101010001011001100100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DBE; }

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

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

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

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

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

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

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

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