#BC89AD

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

Shades of London Hue #BC89AD

Tints of London Hue #BC89AD

Color information

#BC89AD (or 0xBC89AD) is unknown color: approx London Hue. HEX triplet: BC, 89 and AD. RGB value is (188,137,173). Sum of RGB (Red+Green+Blue) = 188+137+173=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC89AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC89AD is #437652. Grayscale: #9C9C9C. Windows color (decimal): -4421203 or 11372988. OLE color: 11372988.

HSL color Cylindrical-coordinate representation of color #BC89AD: hue angle of 317.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC89AD is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188137173-
CMYK00.270.080.26
HSL317.65º27.57%63.73%-
HSV(B)317.65º27.13%73.73%-
XYZ37.2331.643.67-
YUV156.35137.4150.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=37.75%
G=27.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813717300.270.080.26317.6527.5763.73
HexBC89AD01B81A13e1c40
Octal274211255033103247634100
Binary101111001000100110101101011011100011010100111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC89AD; }

 p { color: rgb(188,137,173); }

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

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

 a { background-color: rgb(188,137,173); }

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

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

 span { border-color: rgb(188,137,173); }

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