#B99CBC

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

Shades of Lola #B99CBC

Tints of Lola #B99CBC

Color information

#B99CBC (or 0xB99CBC) is unknown color: approx Lola. HEX triplet: B9, 9C and BC. RGB value is (185,156,188). Sum of RGB (Red+Green+Blue) = 185+156+188=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #B99CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBC is #466343. Grayscale: #A8A8A8. Windows color (decimal): -4612932 or 12360889. OLE color: 12360889.

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

Color convert

RGB185156188-
CMYK0.020.1700.26
HSL294.38º19.28%67.45%-
HSV(B)294.38º17.02%73.73%-
XYZ40.9737.7252.7-
YUV168.32139.11139.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=34.97%
G=29.49%
B=35.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851561880.020.1700.26294.3819.2867.45
HexB99CBC21101A1261343
Octal27123427422103244623103
Binary1011100110011100101111001010001011010100100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CBC; }

 p { color: rgb(185,156,188); }

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

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

 a { background-color: rgb(185,156,188); }

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

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

 span { border-color: rgb(185,156,188); }

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