#BB9FBA

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

Shades of Lola #BB9FBA

Tints of Lola #BB9FBA

Color information

#BB9FBA (or 0xBB9FBA) is unknown color: approx Lola. HEX triplet: BB, 9F and BA. RGB value is (187,159,186). Sum of RGB (Red+Green+Blue) = 187+159+186=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FBA is #446045. Grayscale: #AAAAAA. Windows color (decimal): -4481094 or 12230587. OLE color: 12230587.

HSL color Cylindrical-coordinate representation of color #BB9FBA: hue angle of 302.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FBA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187159186-
CMYK00.150.010.27
HSL302.14º17.07%67.84%-
HSV(B)302.14º14.97%73.33%-
XYZ41.7538.9151.76-
YUV170.45136.78139.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=35.15%
G=29.89%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715918600.150.010.27302.1417.0767.84
HexBB9FBA0F11B12e1144
Octal27323727201713345621104
Binary10111011100111111011101001111111011100101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FBA; }

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

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

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

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

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

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

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

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