#BC88AC

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

Shades of London Hue #BC88AC

Tints of London Hue #BC88AC

Color information

#BC88AC (or 0xBC88AC) is unknown color: approx London Hue. HEX triplet: BC, 88 and AC. RGB value is (188,136,172). Sum of RGB (Red+Green+Blue) = 188+136+172=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88AC is #437753. Grayscale: #9B9B9B. Windows color (decimal): -4421460 or 11307196. OLE color: 11307196.

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

Color convert

RGB188136172-
CMYK00.280.090.26
HSL318.46º27.96%63.53%-
HSV(B)318.46º27.66%73.73%-
XYZ36.9931.2843.12-
YUV155.65137.23151.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=37.90%
G=27.42%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813617200.280.090.26318.4627.9663.53
HexBC88AC01C91A13e1c40
Octal274210254034113247634100
Binary101111001000100010101100011100100111010100111110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88AC; }

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

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

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

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

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

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

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

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