#B97AB6

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

Shades of London Hue #B97AB6

Tints of London Hue #B97AB6

Color information

#B97AB6 (or 0xB97AB6) is unknown color: approx London Hue. HEX triplet: B9, 7A and B6. RGB value is (185,122,182). Sum of RGB (Red+Green+Blue) = 185+122+182=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B97AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97AB6 is #468549. Grayscale: #939393. Windows color (decimal): -4621642 or 11958969. OLE color: 11958969.

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

Color convert

RGB185122182-
CMYK00.340.020.27
HSL302.86º31.03%60.2%-
HSV(B)302.86º34.05%72.55%-
XYZ35.4127.6147.72-
YUV147.68147.37154.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 122 (48.05% from 255) = 24.95%
BLUE value IS 182 (71.48% from 255) = 37.22%
R=37.83%
G=24.95%
B=37.22%

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
Decimal18512218200.340.020.27302.8631.0360.2
HexB97AB602221B12f1f3c
Octal2711722660422334573774
Binary101110011111010101101100100010101101110010111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97AB6; }

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

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

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

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

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

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

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

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