Html Css Color HEX #B597AD London Hue

📋 copy color: '#B597AD'

red 181 ◦ green 151 ◦ blue 173

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

Shades of London Hue #B597AD

Tints of London Hue #B597AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 35.84%
G = 29.9%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B597AD (or 0xB597AD) is known color: London Hue. HEX triplet: B5, 97 and AD. RGB value is (181,151,173). Sum of RGB (Red+Green+Blue) = 181+151+173=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B597AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B597AD is #4A6852. Grayscale: #A2A2A2. Windows color (decimal): -4876371 or 11376565. OLE color: 11376565.

HSL color Cylindrical-coordinate representation of color #B597AD: hue angle of 316º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B597AD is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 151 173 -
CMYK 0 0.17 0.04 0.29
HSL 316º 0.17% 0.65% -
HSV(B) 316º 0.17% 0.71% -
XYZ 37.67 34.97 44.3 -
YUV 162.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 181 151 173 0 0.17 0.04 0.29 316 0.17 0.65
Hex B5 97 AD 0 11 4 1D 13C 11 41
Octal 265 227 255 0 21 4 35 474 21 101
Binary 10110101 10010111 10101101 0 10001 100 11101 100111100 10001 1000001

Color Harmonies of #B597AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B597AD

Black with #B597AD

Text Example


Text Example

White with #B597AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B597AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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