#BC88B1

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

Shades of London Hue #BC88B1

Tints of London Hue #BC88B1

Color information

#BC88B1 (or 0xBC88B1) is unknown color: approx London Hue. HEX triplet: BC, 88 and B1. RGB value is (188,136,177). Sum of RGB (Red+Green+Blue) = 188+136+177=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88B1 is #43774E. Grayscale: #9C9C9C. Windows color (decimal): -4421455 or 11634876. OLE color: 11634876.

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

Color convert

RGB188136177-
CMYK00.280.060.26
HSL312.69º27.96%63.53%-
HSV(B)312.69º27.66%73.73%-
XYZ37.4831.4745.69-
YUV156.22139.73150.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=37.52%
G=27.15%
B=35.33%

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
Decimal18813617700.280.060.26312.6927.9663.53
HexBC88B101C61A1391c40
Octal27421026103463247134100
Binary10111100100010001011000101110011011010100111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88B1; }

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

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

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

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

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

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

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

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