#BC88B0

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

Shades of London Hue #BC88B0

Tints of London Hue #BC88B0

Color information

#BC88B0 (or 0xBC88B0) is unknown color: approx London Hue. HEX triplet: BC, 88 and B0. RGB value is (188,136,176). Sum of RGB (Red+Green+Blue) = 188+136+176=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88B0 is #43774F. Grayscale: #9C9C9C. Windows color (decimal): -4421456 or 11569340. OLE color: 11569340.

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

Color convert

RGB188136176-
CMYK00.280.060.26
HSL313.85º27.96%63.53%-
HSV(B)313.85º27.66%73.73%-
XYZ37.3831.4345.17-
YUV156.11139.23150.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=37.6%
G=27.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813617600.280.060.26313.8527.9663.53
HexBC88B001C61A13a1c40
Octal27421026003463247234100
Binary10111100100010001011000001110011011010100111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88B0; }

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

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

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

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

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

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

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

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