Html Css Color HEX #B97AB2 London Hue

📋 copy color: '#B97AB2'

red 185 ◦ green 122 ◦ blue 178

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

Shades of London Hue #B97AB2

Tints of London Hue #B97AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 38.14%
G = 25.15%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B97AB2 (or 0xB97AB2) is known color: London Hue. HEX triplet: B9, 7A and B2. RGB value is (185,122,178). Sum of RGB (Red+Green+Blue) = 185+122+178=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AB2 is #46854D. Grayscale: #939393. Windows color (decimal): -4621646 or 11696825. OLE color: 11696825.

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

Color convert

RGB 185 122 178 -
CMYK 0 0.34 0.04 0.27
HSL 306.67º 0.31% 0.6% -
HSV(B) 306.67º 0.34% 0.73% -
XYZ 35 27.45 45.57 -
YUV 147.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 185 122 178 0 0.34 0.04 0.27 306.67 0.31 0.6
Hex B9 7A B2 0 22 4 1B 133 1F 3C
Octal 271 172 262 0 42 4 33 463 37 74
Binary 10111001 1111010 10110010 0 100010 100 11011 100110011 11111 111100

Color Harmonies of #B97AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AB2

Black with #B97AB2

Text Example


Text Example

White with #B97AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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