#BB9FBF

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

Shades of Lola #BB9FBF

Tints of Lola #BB9FBF

Color information

#BB9FBF (or 0xBB9FBF) is unknown color: approx Lola. HEX triplet: BB, 9F and BF. RGB value is (187,159,191). Sum of RGB (Red+Green+Blue) = 187+159+191=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB9FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBF is #446040. Grayscale: #AAAAAA. Windows color (decimal): -4481089 or 12558267. OLE color: 12558267.

HSL color Cylindrical-coordinate representation of color #BB9FBF: hue angle of 292.5º degrees, saturation: 0.2, 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 #BB9FBF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187159191-
CMYK0.020.1700.25
HSL292.5º20%68.63%-
HSV(B)292.5º16.75%74.9%-
XYZ42.339.1254.61-
YUV171.02139.28139.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 191 (75% from 255) = 35.57%
R=34.82%
G=29.61%
B=35.57%

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
Decimal1871591910.020.1700.25292.52068.63
HexBB9FBF2110191241445
Octal27323727722103144424105
Binary1011101110011111101111111010001011001100100100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FBF; }

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

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

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

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

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

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

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

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