#B99DC0

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

Shades of Lola #B99DC0

Tints of Lola #B99DC0

Color information

#B99DC0 (or 0xB99DC0) is unknown color: approx Lola. HEX triplet: B9, 9D and C0. RGB value is (185,157,192). Sum of RGB (Red+Green+Blue) = 185+157+192=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #B99DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99DC0 is #46623F. Grayscale: #A9A9A9. Windows color (decimal): -4612672 or 12623289. OLE color: 12623289.

HSL color Cylindrical-coordinate representation of color #B99DC0: hue angle of 288º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99DC0 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185157192-
CMYK0.040.1800.25
HSL288º21.74%68.43%-
HSV(B)288º18.23%75.29%-
XYZ41.5838.2355.06-
YUV169.36140.78139.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=34.64%
G=29.40%
B=35.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851571920.040.1800.2528821.7468.43
HexB99DC04120191201644
Octal27123530042203144026104
Binary10111001100111011100000010010010011001100100000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99DC0; }

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

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

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

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

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

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

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

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