#BC88BB

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

Shades of London Hue #BC88BB

Tints of London Hue #BC88BB

Color information

#BC88BB (or 0xBC88BB) is unknown color: approx London Hue. HEX triplet: BC, 88 and BB. RGB value is (188,136,187). Sum of RGB (Red+Green+Blue) = 188+136+187=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BB is #437744. Grayscale: #9D9D9D. Windows color (decimal): -4421445 or 12290236. OLE color: 12290236.

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

Color convert

RGB188136187-
CMYK00.280.010.26
HSL301.15º27.96%63.53%-
HSV(B)301.15º27.66%73.73%-
XYZ38.5131.8951.14-
YUV157.36144.73149.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 136 (53.52% from 255) = 26.61%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=36.79%
G=26.61%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813618700.280.010.26301.1527.9663.53
HexBC88BB01C11A12d1c40
Octal27421027303413245534100
Binary101111001000100010111011011100111010100101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88BB; }

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

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

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

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

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

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

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

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