#B99CBE

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

Shades of Lola #B99CBE

Tints of Lola #B99CBE

Color information

#B99CBE (or 0xB99CBE) is unknown color: approx Lola. HEX triplet: B9, 9C and BE. RGB value is (185,156,190). Sum of RGB (Red+Green+Blue) = 185+156+190=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #B99CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CBE is #466341. Grayscale: #A8A8A8. Windows color (decimal): -4612930 or 12491961. OLE color: 12491961.

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

Color convert

RGB185156190-
CMYK0.030.1800.25
HSL291.18º20.73%67.84%-
HSV(B)291.18º17.89%74.51%-
XYZ41.1937.8153.84-
YUV168.55140.11139.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 156 (61.33% from 255) = 29.38%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=34.84%
G=29.38%
B=35.78%

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
Decimal1851561900.030.1800.25291.1820.7367.84
HexB99CBE3120191231544
Octal27123427632203144325104
Binary1011100110011100101111101110010011001100100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99CBE; }

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

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

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

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

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

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

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

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