Html Css Color HEX #B97CAF London Hue

📋 copy color: '#B97CAF'

red 185 ◦ green 124 ◦ blue 175

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

Shades of London Hue #B97CAF

Tints of London Hue #B97CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.16%

R = 38.22%
G = 25.62%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B97CAF (or 0xB97CAF) is known color: London Hue. HEX triplet: B9, 7C and AF. RGB value is (185,124,175). Sum of RGB (Red+Green+Blue) = 185+124+175=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAF is #468350. Grayscale: #939393. Windows color (decimal): -4621137 or 11500729. OLE color: 11500729.

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

Color convert

RGB 185 124 175 -
CMYK 0 0.33 0.05 0.27
HSL 309.84º 0.3% 0.61% -
HSV(B) 309.84º 0.33% 0.73% -
XYZ 34.95 27.82 44.09 -
YUV 148.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 185 124 175 0 0.33 0.05 0.27 309.84 0.3 0.61
Hex B9 7C AF 0 21 5 1B 136 1E 3D
Octal 271 174 257 0 41 5 33 466 36 75
Binary 10111001 1111100 10101111 0 100001 101 11011 100110110 11110 111101

Color Harmonies of #B97CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CAF

Black with #B97CAF

Text Example


Text Example

White with #B97CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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