#B97AB0

Color #B97AB0 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B97AB0

Tints of London Hue #B97AB0

Color information

#B97AB0 (or 0xB97AB0) is unknown color: approx 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

RGB185122176-
CMYK00.340.050.27
HSL308.57º31.03%60.2%-
HSV(B)308.57º34.05%72.55%-
XYZ34.827.3744.52-
YUV146.99144.37155.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 122 (48.05% from 255) = 25.26%
BLUE value IS 176 (69.14% from 255) = 36.44%
R=38.30%
G=25.26%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512217600.340.050.27308.5731.0360.2
HexB97AB002251B1351f3c
Octal2711722600425334653774
Binary1011100111110101011000001000101011101110011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>