Html Css Color HEX #B97CAE London Hue

📋 copy color: '#B97CAE'

red 185 ◦ green 124 ◦ blue 174

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

Shades of London Hue #B97CAE

Tints of London Hue #B97CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.67%

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

R = 38.3%
G = 25.67%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B97CAE (or 0xB97CAE) is known color: London Hue. HEX triplet: B9, 7C and AE. RGB value is (185,124,174). Sum of RGB (Red+Green+Blue) = 185+124+174=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAE is #468351. Grayscale: #939393. Windows color (decimal): -4621138 or 11435193. OLE color: 11435193.

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

Color convert

RGB 185 124 174 -
CMYK 0 0.33 0.06 0.27
HSL 310.82º 0.3% 0.61% -
HSV(B) 310.82º 0.33% 0.73% -
XYZ 34.86 27.79 43.57 -
YUV 147.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 185 124 174 0 0.33 0.06 0.27 310.82 0.3 0.61
Hex B9 7C AE 0 21 6 1B 137 1E 3D
Octal 271 174 256 0 41 6 33 467 36 75
Binary 10111001 1111100 10101110 0 100001 110 11011 100110111 11110 111101

Color Harmonies of #B97CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CAE

Black with #B97CAE

Text Example


Text Example

White with #B97CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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