#B97CB4

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

Shades of London Hue #B97CB4

Tints of London Hue #B97CB4

Color information

#B97CB4 (or 0xB97CB4) is unknown color: approx London Hue. HEX triplet: B9, 7C and B4. RGB value is (185,124,180). Sum of RGB (Red+Green+Blue) = 185+124+180=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CB4 is #46834B. Grayscale: #949494. Windows color (decimal): -4621132 or 11828409. OLE color: 11828409.

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

Color convert

RGB185124180-
CMYK00.330.030.27
HSL304.92º30.35%60.59%-
HSV(B)304.92º32.97%72.55%-
XYZ35.4528.0246.72-
YUV148.62145.71153.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 124 (48.83% from 255) = 25.36%
BLUE value IS 180 (70.70% from 255) = 36.81%
R=37.83%
G=25.36%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512418000.330.030.27304.9230.3560.59
HexB97CB402131B1311e3d
Octal2711742640413334613675
Binary101110011111100101101000100001111101110011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CB4; }

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

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

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

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

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

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

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

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