Html Css Color HEX #B598BA Lola

📋 copy color: '#B598BA'

red 181 ◦ green 152 ◦ blue 186

#B598BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #B598BA

Tints of Lola #B598BA

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 value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B598BA (or 0xB598BA) is known color: 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

RGB 181 152 186 -
CMYK 0.03 0.18 0 0.27
HSL 291.18º 0.2% 0.66% -
HSV(B) 291.18º 0.18% 0.73% -
XYZ 39.15 35.83 51.31 -
YUV 164.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 181 152 186 0.03 0.18 0 0.27 291.18 0.2 0.66
Hex B5 98 BA 3 12 0 1B 123 14 42
Octal 265 230 272 3 22 0 33 443 24 102
Binary 10110101 10011000 10111010 11 10010 0 11011 100100011 10100 1000010

Color Harmonies of #B598BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B598BA

Black with #B598BA

Text Example


Text Example

White with #B598BA

Text Example


Text Example

HTML Codes & Css Web 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>