#B99EBB

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

Shades of Lola #B99EBB

Tints of Lola #B99EBB

Color information

#B99EBB (or 0xB99EBB) is unknown color: approx Lola. HEX triplet: B9, 9E and BB. RGB value is (185,158,187). Sum of RGB (Red+Green+Blue) = 185+158+187=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #B99EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99EBB is #466144. Grayscale: #A9A9A9. Windows color (decimal): -4612421 or 12295865. OLE color: 12295865.

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

Color convert

RGB185158187-
CMYK0.010.1600.27
HSL295.86º17.58%67.65%-
HSV(B)295.86º15.51%73.33%-
XYZ41.238.3652.25-
YUV169.38137.95139.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=34.91%
G=29.81%
B=35.28%

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
Decimal1851581870.010.1600.27295.8617.5867.65
HexB99EBB11001B1281244
Octal27123627312003345022104
Binary101110011001111010111011110000011011100101000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99EBB; }

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

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

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

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

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

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

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

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