#B99CBF

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

Shades of Lola #B99CBF

Tints of Lola #B99CBF

Color information

#B99CBF (or 0xB99CBF) is unknown color: approx Lola. HEX triplet: B9, 9C and BF. RGB value is (185,156,191). Sum of RGB (Red+Green+Blue) = 185+156+191=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #B99CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBF is #466340. Grayscale: #A8A8A8. Windows color (decimal): -4612929 or 12557497. OLE color: 12557497.

HSL color Cylindrical-coordinate representation of color #B99CBF: hue angle of 289.71º degrees, saturation: 0.21, 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 #B99CBF is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB185156191-
CMYK0.030.1800.25
HSL289.71º21.47%68.04%-
HSV(B)289.71º18.32%74.9%-
XYZ41.337.8554.42-
YUV168.66140.61139.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 156 (61.33% from 255) = 29.32%
BLUE value IS 191 (75% from 255) = 35.90%
R=34.77%
G=29.32%
B=35.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851561910.030.1800.25289.7121.4768.04
HexB99CBF3120191221544
Octal27123427732203144225104
Binary1011100110011100101111111110010011001100100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CBF; }

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

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

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

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

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

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

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

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