#B999C3

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

Shades of Lola #B999C3

Tints of Lola #B999C3

Color information

#B999C3 (or 0xB999C3) is unknown color: approx Lola. HEX triplet: B9, 99 and C3. RGB value is (185,153,195). Sum of RGB (Red+Green+Blue) = 185+153+195=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 195 - color contains mainly: blue. Hex color #B999C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999C3 is #46663C. Grayscale: #A7A7A7. Windows color (decimal): -4613693 or 12818873. OLE color: 12818873.

HSL color Cylindrical-coordinate representation of color #B999C3: hue angle of 285.71º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B999C3 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185153195-
CMYK0.050.2200.24
HSL285.71º25.93%68.24%-
HSV(B)285.71º21.54%76.47%-
XYZ41.2537.0456.6-
YUV167.36143.6140.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=34.71%
G=28.71%
B=36.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851531950.050.2200.24285.7125.9368.24
HexB999C351601811e1a44
Octal27123130352603043632104
Binary10111001100110011100001110110110011000100011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999C3; }

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

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

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

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

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

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

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

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