#B97AB5

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

Shades of London Hue #B97AB5

Tints of London Hue #B97AB5

Color information

#B97AB5 (or 0xB97AB5) is unknown color: approx London Hue. HEX triplet: B9, 7A and B5. RGB value is (185,122,181). Sum of RGB (Red+Green+Blue) = 185+122+181=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97AB5 is #46854A. Grayscale: #939393. Windows color (decimal): -4621643 or 11893433. OLE color: 11893433.

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

Color convert

RGB185122181-
CMYK00.340.020.27
HSL303.81º31.03%60.2%-
HSV(B)303.81º34.05%72.55%-
XYZ35.3127.5747.18-
YUV147.56146.87154.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=37.91%
G=25%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512218100.340.020.27303.8131.0360.2
HexB97AB502221B1301f3c
Octal2711722650422334603774
Binary101110011111010101101010100010101101110011000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AB5; }

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

 H1.HeaderClassName
 {
   color: #B97AB5;
 }
 .AnyTagClassName
 {
   color: #B97AB5;
 }
</style>
background-color css

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

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

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

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

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

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