#BC97B8

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

Shades of London Hue #BC97B8

Tints of London Hue #BC97B8

Color information

#BC97B8 (or 0xBC97B8) is unknown color: approx London Hue. HEX triplet: BC, 97 and B8. RGB value is (188,151,184). Sum of RGB (Red+Green+Blue) = 188+151+184=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BC97B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97B8 is #436847. Grayscale: #A5A5A5. Windows color (decimal): -4417608 or 12097468. OLE color: 12097468.

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

Color convert

RGB188151184-
CMYK00.200.020.26
HSL306.49º21.64%66.47%-
HSV(B)306.49º19.68%73.73%-
XYZ40.4636.2950.22-
YUV165.82138.26143.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 151 (59.38% from 255) = 28.87%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=35.95%
G=28.87%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815118400.200.020.26306.4921.6466.47
HexBC97B801421A1321642
Octal27422727002423246226102
Binary1011110010010111101110000101001011010100110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97B8; }

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

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

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

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

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

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

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

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