#B99EBA

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

Shades of Lola #B99EBA

Tints of Lola #B99EBA

Color information

#B99EBA (or 0xB99EBA) is unknown color: approx Lola. HEX triplet: B9, 9E and BA. RGB value is (185,158,186). Sum of RGB (Red+Green+Blue) = 185+158+186=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 186 - color contains mainly: blue. Hex color #B99EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBA is #466145. Grayscale: #A9A9A9. Windows color (decimal): -4612422 or 12230329. OLE color: 12230329.

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

Color convert

RGB185158186-
CMYK0.010.1500.27
HSL297.86º16.87%67.45%-
HSV(B)297.86º15.05%72.94%-
XYZ41.138.3151.68-
YUV169.26137.45139.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=34.97%
G=29.87%
B=35.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851581860.010.1500.27297.8616.8767.45
HexB99EBA1F01B12a1143
Octal27123627211703345221103
Binary10111001100111101011101011111011011100101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EBA; }

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

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

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

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

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

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

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

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