Html Css Color HEX #B97AAE London Hue

📋 copy color: '#B97AAE'

red 185 ◦ green 122 ◦ blue 174

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

Shades of London Hue #B97AAE

Tints of London Hue #B97AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.36%

 BLUE value IS 174 (68.36% from 255) = 36.17%

R = 38.46%
G = 25.36%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B97AAE (or 0xB97AAE) is known color: London Hue. HEX triplet: B9, 7A and AE. RGB value is (185,122,174). Sum of RGB (Red+Green+Blue) = 185+122+174=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AAE is #468551. Grayscale: #929292. Windows color (decimal): -4621650 or 11434681. OLE color: 11434681.

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

Color convert

RGB 185 122 174 -
CMYK 0 0.34 0.06 0.27
HSL 310.48º 0.31% 0.6% -
HSV(B) 310.48º 0.34% 0.73% -
XYZ 34.61 27.29 43.49 -
YUV 146.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 185 122 174 0 0.34 0.06 0.27 310.48 0.31 0.6
Hex B9 7A AE 0 22 6 1B 136 1F 3C
Octal 271 172 256 0 42 6 33 466 37 74
Binary 10111001 1111010 10101110 0 100010 110 11011 100110110 11111 111100

Color Harmonies of #B97AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AAE

Black with #B97AAE

Text Example


Text Example

White with #B97AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AAE; }

 p { color: rgb(185,122,174); }

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

background-color css

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

 a { background-color: rgb(185,122,174); }

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

border-color css

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

 span { border-color: rgb(185,122,174); }

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