#BC88AD

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

Shades of London Hue #BC88AD

Tints of London Hue #BC88AD

Color information

#BC88AD (or 0xBC88AD) is unknown color: approx London Hue. HEX triplet: BC, 88 and AD. RGB value is (188,136,173). Sum of RGB (Red+Green+Blue) = 188+136+173=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AD is #437752. Grayscale: #9B9B9B. Windows color (decimal): -4421459 or 11372732. OLE color: 11372732.

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

Color convert

RGB188136173-
CMYK00.280.080.26
HSL317.31º27.96%63.53%-
HSV(B)317.31º27.66%73.73%-
XYZ37.0931.3243.63-
YUV155.77137.73150.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=37.83%
G=27.36%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813617300.280.080.26317.3127.9663.53
HexBC88AD01C81A13d1c40
Octal274210255034103247534100
Binary101111001000100010101101011100100011010100111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88AD; }

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

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

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

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

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

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

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

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