#B97BAF

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

Shades of London Hue #B97BAF

Tints of London Hue #B97BAF

Color information

#B97BAF (or 0xB97BAF) is unknown color: approx London Hue. HEX triplet: B9, 7B and AF. RGB value is (185,123,175). Sum of RGB (Red+Green+Blue) = 185+123+175=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BAF is #468450. Grayscale: #939393. Windows color (decimal): -4621393 or 11500473. OLE color: 11500473.

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

Color convert

RGB185123175-
CMYK00.340.050.27
HSL309.68º30.69%60.39%-
HSV(B)309.68º33.51%72.55%-
XYZ34.8327.5844.04-
YUV147.47143.54154.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=38.30%
G=25.47%
B=36.23%

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
Decimal18512317500.340.050.27309.6830.6960.39
HexB97BAF02251B1361f3c
Octal2711732570425334663774
Binary1011100111110111010111101000101011101110011011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BAF; }

 p { color: rgb(185,123,175); }

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

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

 a { background-color: rgb(185,123,175); }

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

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

 span { border-color: rgb(185,123,175); }

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