#B598BC

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

Shades of Lola #B598BC

Tints of Lola #B598BC

Color information

#B598BC (or 0xB598BC) is unknown color: approx Lola. HEX triplet: B5, 98 and BC. RGB value is (181,152,188). Sum of RGB (Red+Green+Blue) = 181+152+188=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B598BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598BC is #4A6743. Grayscale: #A4A4A4. Windows color (decimal): -4876100 or 12359861. OLE color: 12359861.

HSL color Cylindrical-coordinate representation of color #B598BC: hue angle of 288.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B598BC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181152188-
CMYK0.040.1900.26
HSL288.33º21.18%66.67%-
HSV(B)288.33º19.15%73.73%-
XYZ39.3635.9152.43-
YUV164.77141.11139.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.74%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=34.74%
G=29.17%
B=36.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811521880.040.1900.26288.3321.1866.67
HexB598BC41301A1201543
Octal26523027442303244025103
Binary10110101100110001011110010010011011010100100000101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B598BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B598BC; }

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

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

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

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

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

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

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

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