Html Css Color HEX #B97AB1 London Hue

📋 copy color: '#B97AB1'

red 185 ◦ green 122 ◦ blue 177

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

Shades of London Hue #B97AB1

Tints of London Hue #B97AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.57%

R = 38.22%
G = 25.21%
B = 36.57%

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

#B97AB1 (or 0xB97AB1) is known color: London Hue. HEX triplet: B9, 7A and B1. RGB value is (185,122,177). Sum of RGB (Red+Green+Blue) = 185+122+177=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AB1 is #46854E. Grayscale: #929292. Windows color (decimal): -4621647 or 11631289. OLE color: 11631289.

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

Color convert

RGB 185 122 177 -
CMYK 0 0.34 0.04 0.27
HSL 307.62º 0.31% 0.6% -
HSV(B) 307.62º 0.34% 0.73% -
XYZ 34.9 27.41 45.05 -
YUV 147.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 185 122 177 0 0.34 0.04 0.27 307.62 0.31 0.6
Hex B9 7A B1 0 22 4 1B 134 1F 3C
Octal 271 172 261 0 42 4 33 464 37 74
Binary 10111001 1111010 10110001 0 100010 100 11011 100110100 11111 111100

Color Harmonies of #B97AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AB1

Black with #B97AB1

Text Example


Text Example

White with #B97AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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