#B598BA

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

Shades of Lola #B598BA

Tints of Lola #B598BA

Color information

#B598BA (or 0xB598BA) is unknown color: approx Lola. HEX triplet: B5, 98 and BA. RGB value is (181,152,186). Sum of RGB (Red+Green+Blue) = 181+152+186=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B598BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598BA is #4A6745. Grayscale: #A4A4A4. Windows color (decimal): -4876102 or 12228789. OLE color: 12228789.

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

Color convert

RGB181152186-
CMYK0.030.1800.27
HSL291.18º19.77%66.27%-
HSV(B)291.18º18.28%72.94%-
XYZ39.1535.8351.31-
YUV164.55140.11139.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 152 (59.77% from 255) = 29.29%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=34.87%
G=29.29%
B=35.84%

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
Decimal1811521860.030.1800.27291.1819.7766.27
HexB598BA31201B1231442
Octal26523027232203344324102
Binary1011010110011000101110101110010011011100100011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598BA; }

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

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

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

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

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

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

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

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