#BC97B6

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

Shades of London Hue #BC97B6

Tints of London Hue #BC97B6

Color information

#BC97B6 (or 0xBC97B6) is unknown color: approx London Hue. HEX triplet: BC, 97 and B6. RGB value is (188,151,182). Sum of RGB (Red+Green+Blue) = 188+151+182=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97B6 is #436849. Grayscale: #A5A5A5. Windows color (decimal): -4417610 or 11966396. OLE color: 11966396.

HSL color Cylindrical-coordinate representation of color #BC97B6: hue angle of 309.73º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC97B6 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188151182-
CMYK00.200.030.26
HSL309.73º21.64%66.47%-
HSV(B)309.73º19.68%73.73%-
XYZ40.2536.249.12-
YUV165.6137.26143.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 151 (59.38% from 255) = 28.98%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=36.08%
G=28.98%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815118200.200.030.26309.7321.6466.47
HexBC97B601431A1361642
Octal27422726602433246626102
Binary1011110010010111101101100101001111010100110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97B6; }

 p { color: rgb(188,151,182); }

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

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

 a { background-color: rgb(188,151,182); }

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

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

 span { border-color: rgb(188,151,182); }

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