Html Css Color HEX #B97AB0 London Hue

📋 copy color: '#B97AB0'

red 185 ◦ green 122 ◦ blue 176

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

Shades of London Hue #B97AB0

Tints of London Hue #B97AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.44%

R = 38.3%
G = 25.26%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B97AB0 (or 0xB97AB0) is known color: London Hue. HEX triplet: B9, 7A and B0. RGB value is (185,122,176). Sum of RGB (Red+Green+Blue) = 185+122+176=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97AB0 is #46854F. Grayscale: #929292. Windows color (decimal): -4621648 or 11565753. OLE color: 11565753.

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

Color convert

RGB 185 122 176 -
CMYK 0 0.34 0.05 0.27
HSL 308.57º 0.31% 0.6% -
HSV(B) 308.57º 0.34% 0.73% -
XYZ 34.8 27.37 44.52 -
YUV 146.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 185 122 176 0 0.34 0.05 0.27 308.57 0.31 0.6
Hex B9 7A B0 0 22 5 1B 135 1F 3C
Octal 271 172 260 0 42 5 33 465 37 74
Binary 10111001 1111010 10110000 0 100010 101 11011 100110101 11111 111100

Color Harmonies of #B97AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97AB0

Black with #B97AB0

Text Example


Text Example

White with #B97AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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