Html Css Color HEX #B97EAD London Hue

📋 copy color: '#B97EAD'

red 185 ◦ green 126 ◦ blue 173

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

Shades of London Hue #B97EAD

Tints of London Hue #B97EAD

RGB

 RED value IS 185 (72.66% from 255) = 38.22%

 GREEN value IS 126 (49.61% from 255) = 26.03%

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

R = 38.22%
G = 26.03%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B97EAD (or 0xB97EAD) is known color: London Hue. HEX triplet: B9, 7E and AD. RGB value is (185,126,173). Sum of RGB (Red+Green+Blue) = 185+126+173=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EAD is #468152. Grayscale: #949494. Windows color (decimal): -4620627 or 11370169. OLE color: 11370169.

HSL color Cylindrical-coordinate representation of color #B97EAD: hue angle of 312.2º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97EAD is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 173 -
CMYK 0 0.32 0.06 0.27
HSL 312.2º 0.3% 0.61% -
HSV(B) 312.2º 0.32% 0.73% -
XYZ 35.01 28.25 43.14 -
YUV 149 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 185 126 173 0 0.32 0.06 0.27 312.2 0.3 0.61
Hex B9 7E AD 0 20 6 1B 138 1E 3D
Octal 271 176 255 0 40 6 33 470 36 75
Binary 10111001 1111110 10101101 0 100000 110 11011 100111000 11110 111101

Color Harmonies of #B97EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EAD

Black with #B97EAD

Text Example


Text Example

White with #B97EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EAD; }

 p { color: rgb(185,126,173); }

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

background-color css

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

 a { background-color: rgb(185,126,173); }

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

border-color css

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

 span { border-color: rgb(185,126,173); }

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