Html Css Color HEX #B97CAC London Hue

📋 copy color: '#B97CAC'

red 185 ◦ green 124 ◦ blue 172

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

Shades of London Hue #B97CAC

Tints of London Hue #B97CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 38.46%
G = 25.78%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B97CAC (or 0xB97CAC) is known color: London Hue. HEX triplet: B9, 7C and AC. RGB value is (185,124,172). Sum of RGB (Red+Green+Blue) = 185+124+172=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CAC is #468353. Grayscale: #939393. Windows color (decimal): -4621140 or 11304121. OLE color: 11304121.

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

Color convert

RGB 185 124 172 -
CMYK 0 0.33 0.07 0.27
HSL 312.79º 0.3% 0.61% -
HSV(B) 312.79º 0.33% 0.73% -
XYZ 34.66 27.71 42.55 -
YUV 147.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 185 124 172 0 0.33 0.07 0.27 312.79 0.3 0.61
Hex B9 7C AC 0 21 7 1B 139 1E 3D
Octal 271 174 254 0 41 7 33 471 36 75
Binary 10111001 1111100 10101100 0 100001 111 11011 100111001 11110 111101

Color Harmonies of #B97CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CAC

Black with #B97CAC

Text Example


Text Example

White with #B97CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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