#B97CB5

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

Shades of London Hue #B97CB5

Tints of London Hue #B97CB5

Color information

#B97CB5 (or 0xB97CB5) is unknown color: approx London Hue. HEX triplet: B9, 7C and B5. RGB value is (185,124,181). Sum of RGB (Red+Green+Blue) = 185+124+181=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CB5 is #46834A. Grayscale: #949494. Windows color (decimal): -4621131 or 11893945. OLE color: 11893945.

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

Color convert

RGB185124181-
CMYK00.330.020.27
HSL303.93º30.35%60.59%-
HSV(B)303.93º32.97%72.55%-
XYZ35.5628.0747.26-
YUV148.74146.21153.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 124 (48.83% from 255) = 25.31%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=37.76%
G=25.31%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512418100.330.020.27303.9330.3560.59
HexB97CB502121B1301e3d
Octal2711742650412334603675
Binary101110011111100101101010100001101101110011000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CB5; }

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

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

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

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

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

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

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

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