#B99DBA

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

Shades of Lola #B99DBA

Tints of Lola #B99DBA

Color information

#B99DBA (or 0xB99DBA) is unknown color: approx Lola. HEX triplet: B9, 9D and BA. RGB value is (185,157,186). Sum of RGB (Red+Green+Blue) = 185+157+186=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 186 - color contains mainly: blue. Hex color #B99DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DBA is #466245. Grayscale: #A8A8A8. Windows color (decimal): -4612678 or 12230073. OLE color: 12230073.

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

Color convert

RGB185157186-
CMYK0.010.1600.27
HSL297.93º17.37%67.25%-
HSV(B)297.93º15.59%72.94%-
XYZ40.9337.9751.63-
YUV168.68137.78139.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=35.04%
G=29.73%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851571860.010.1600.27297.9317.3767.25
HexB99DBA11001B12a1143
Octal27123527212003345221103
Binary101110011001110110111010110000011011100101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DBA; }

 p { color: rgb(185,157,186); }

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

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

 a { background-color: rgb(185,157,186); }

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

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

 span { border-color: rgb(185,157,186); }

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