#B97BB0

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

Shades of London Hue #B97BB0

Tints of London Hue #B97BB0

Color information

#B97BB0 (or 0xB97BB0) is unknown color: approx London Hue. HEX triplet: B9, 7B and B0. RGB value is (185,123,176). Sum of RGB (Red+Green+Blue) = 185+123+176=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BB0 is #46844F. Grayscale: #939393. Windows color (decimal): -4621392 or 11566009. OLE color: 11566009.

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

Color convert

RGB185123176-
CMYK00.340.050.27
HSL308.71º30.69%60.39%-
HSV(B)308.71º33.51%72.55%-
XYZ34.9327.6144.56-
YUV147.58144.04154.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 123 (48.44% from 255) = 25.41%
BLUE value IS 176 (69.14% from 255) = 36.36%
R=38.22%
G=25.41%
B=36.36%

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
Decimal18512317600.340.050.27308.7130.6960.39
HexB97BB002251B1351f3c
Octal2711732600425334653774
Binary1011100111110111011000001000101011101110011010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BB0; }

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

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

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

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

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

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

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

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