#B599B9

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

Shades of Lola #B599B9

Tints of Lola #B599B9

Color information

#B599B9 (or 0xB599B9) is unknown color: approx Lola. HEX triplet: B5, 99 and B9. RGB value is (181,153,185). Sum of RGB (Red+Green+Blue) = 181+153+185=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #B599B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599B9 is #4A6646. Grayscale: #A4A4A4. Windows color (decimal): -4875847 or 12163509. OLE color: 12163509.

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

Color convert

RGB181153185-
CMYK0.020.1700.27
HSL292.5º18.6%66.27%-
HSV(B)292.5º17.3%72.55%-
XYZ39.236.1150.8-
YUV165.02139.28139.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=34.87%
G=29.48%
B=35.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811531850.020.1700.27292.518.666.27
HexB599B921101B1241342
Octal26523127122103344423102
Binary1011010110011001101110011010001011011100100100100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599B9; }

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

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

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

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

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

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

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

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