#BB9FBE

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

Shades of Lola #BB9FBE

Tints of Lola #BB9FBE

Color information

#BB9FBE (or 0xBB9FBE) is unknown color: approx Lola. HEX triplet: BB, 9F and BE. RGB value is (187,159,190). Sum of RGB (Red+Green+Blue) = 187+159+190=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBE is #446041. Grayscale: #AAAAAA. Windows color (decimal): -4481090 or 12492731. OLE color: 12492731.

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

Color convert

RGB187159190-
CMYK0.020.1600.25
HSL294.19º19.25%68.43%-
HSV(B)294.19º16.32%74.51%-
XYZ42.1939.0854.03-
YUV170.91138.78139.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=34.89%
G=29.66%
B=35.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871591900.020.1600.25294.1919.2568.43
HexBB9FBE2100191261344
Octal27323727622003144623104
Binary1011101110011111101111101010000011001100100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FBE; }

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

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

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

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

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

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

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

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