Html Css Color HEX #B97DAC London Hue

📋 copy color: '#B97DAC'

red 185 ◦ green 125 ◦ blue 172

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

Shades of London Hue #B97DAC

Tints of London Hue #B97DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

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

R = 38.38%
G = 25.93%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B97DAC (or 0xB97DAC) is known color: London Hue. HEX triplet: B9, 7D and AC. RGB value is (185,125,172). Sum of RGB (Red+Green+Blue) = 185+125+172=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DAC is #468253. Grayscale: #949494. Windows color (decimal): -4620884 or 11304377. OLE color: 11304377.

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

Color convert

RGB 185 125 172 -
CMYK 0 0.32 0.07 0.27
HSL 313º 0.3% 0.61% -
HSV(B) 313º 0.32% 0.73% -
XYZ 34.79 27.96 42.59 -
YUV 148.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 185 125 172 0 0.32 0.07 0.27 313 0.3 0.61
Hex B9 7D AC 0 20 7 1B 139 1E 3D
Octal 271 175 254 0 40 7 33 471 36 75
Binary 10111001 1111101 10101100 0 100000 111 11011 100111001 11110 111101

Color Harmonies of #B97DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DAC

Black with #B97DAC

Text Example


Text Example

White with #B97DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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