#B999BD

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

Shades of Lola #B999BD

Tints of Lola #B999BD

Color information

#B999BD (or 0xB999BD) is unknown color: approx Lola. HEX triplet: B9, 99 and BD. RGB value is (185,153,189). Sum of RGB (Red+Green+Blue) = 185+153+189=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 189 - color contains mainly: blue. Hex color #B999BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999BD is #466642. Grayscale: #A6A6A6. Windows color (decimal): -4613699 or 12425657. OLE color: 12425657.

HSL color Cylindrical-coordinate representation of color #B999BD: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B999BD is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185153189-
CMYK0.020.1900.26
HSL293.33º21.43%67.06%-
HSV(B)293.33º19.05%74.12%-
XYZ40.5836.7753.1-
YUV166.67140.6141.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.10%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 189 (74.22% from 255) = 35.86%
R=35.10%
G=29.03%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851531890.020.1900.26293.3321.4367.06
HexB999BD21301A1251543
Octal27123127522303244525103
Binary1011100110011001101111011010011011010100100101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999BD; }

 p { color: rgb(185,153,189); }

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

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

 a { background-color: rgb(185,153,189); }

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

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

 span { border-color: rgb(185,153,189); }

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