#B599BA

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

Shades of Lola #B599BA

Tints of Lola #B599BA

Color information

#B599BA (or 0xB599BA) is unknown color: approx Lola. HEX triplet: B5, 99 and BA. RGB value is (181,153,186). Sum of RGB (Red+Green+Blue) = 181+153+186=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B599BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599BA is #4A6645. Grayscale: #A5A5A5. Windows color (decimal): -4875846 or 12229045. OLE color: 12229045.

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

Color convert

RGB181153186-
CMYK0.030.1800.27
HSL290.91º19.3%66.47%-
HSV(B)290.91º17.74%72.94%-
XYZ39.3136.1551.36-
YUV165.13139.78139.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.81%
GREEN value IS 153 (60.16% from 255) = 29.42%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=34.81%
G=29.42%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811531860.030.1800.27290.9119.366.47
HexB599BA31201B1231342
Octal26523127232203344323102
Binary1011010110011001101110101110010011011100100011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599BA; }

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

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

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

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

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

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

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

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