#B97CB0

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

Shades of London Hue #B97CB0

Tints of London Hue #B97CB0

Color information

#B97CB0 (or 0xB97CB0) is unknown color: approx London Hue. HEX triplet: B9, 7C and B0. RGB value is (185,124,176). Sum of RGB (Red+Green+Blue) = 185+124+176=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CB0 is #46834F. Grayscale: #949494. Windows color (decimal): -4621136 or 11566265. OLE color: 11566265.

HSL color Cylindrical-coordinate representation of color #B97CB0: hue angle of 308.85º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97CB0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB185124176-
CMYK00.330.050.27
HSL308.85º30.35%60.59%-
HSV(B)308.85º32.97%72.55%-
XYZ35.0527.8644.61-
YUV148.17143.71154.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 176 (69.14% from 255) = 36.29%
R=38.14%
G=25.57%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512417600.330.050.27308.8530.3560.59
HexB97CB002151B1351e3d
Octal2711742600415334653675
Binary1011100111111001011000001000011011101110011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CB0; }

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

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

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

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

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

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

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

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