Html Css Color HEX #B597BA Lola

📋 copy color: '#B597BA'

red 181 ◦ green 151 ◦ blue 186

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

Shades of Lola #B597BA

Tints of Lola #B597BA

RGB

 RED value IS 181 (71.09% from 255) = 34.94%

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 34.94%
G = 29.15%
B = 35.91%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B597BA (or 0xB597BA) is known color: Lola. HEX triplet: B5, 97 and BA. RGB value is (181,151,186). Sum of RGB (Red+Green+Blue) = 181+151+186=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B597BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B597BA is #4A6845. Grayscale: #A3A3A3. Windows color (decimal): -4876358 or 12228533. OLE color: 12228533.

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

Color convert

RGB 181 151 186 -
CMYK 0.03 0.19 0 0.27
HSL 291.43º 0.2% 0.66% -
HSV(B) 291.43º 0.19% 0.73% -
XYZ 38.99 35.5 51.25 -
YUV 163.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 181 151 186 0.03 0.19 0 0.27 291.43 0.2 0.66
Hex B5 97 BA 3 13 0 1B 123 14 42
Octal 265 227 272 3 23 0 33 443 24 102
Binary 10110101 10010111 10111010 11 10011 0 11011 100100011 10100 1000010

Color Harmonies of #B597BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B597BA

Black with #B597BA

Text Example


Text Example

White with #B597BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B597BA; }

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

 H1.HeaderClassName
 {
   color: #B597BA;
 }
 .AnyTagClassName
 {
   color: #B597BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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