Html Css Color HEX #B97EAB London Hue

📋 copy color: '#B97EAB'

red 185 ◦ green 126 ◦ blue 171

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

Shades of London Hue #B97EAB

Tints of London Hue #B97EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 38.38%
G = 26.14%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B97EAB (or 0xB97EAB) is known color: London Hue. HEX triplet: B9, 7E and AB. RGB value is (185,126,171). Sum of RGB (Red+Green+Blue) = 185+126+171=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EAB is #468154. Grayscale: #949494. Windows color (decimal): -4620629 or 11239097. OLE color: 11239097.

HSL color Cylindrical-coordinate representation of color #B97EAB: hue angle of 314.24º 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 #B97EAB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 171 -
CMYK 0 0.32 0.08 0.27
HSL 314.24º 0.3% 0.61% -
HSV(B) 314.24º 0.32% 0.73% -
XYZ 34.82 28.18 42.13 -
YUV 148.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 185 126 171 0 0.32 0.08 0.27 314.24 0.3 0.61
Hex B9 7E AB 0 20 8 1B 13A 1E 3D
Octal 271 176 253 0 40 10 33 472 36 75
Binary 10111001 1111110 10101011 0 100000 1000 11011 100111010 11110 111101

Color Harmonies of #B97EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EAB

Black with #B97EAB

Text Example


Text Example

White with #B97EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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