#BC88BA

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

Shades of London Hue #BC88BA

Tints of London Hue #BC88BA

Color information

#BC88BA (or 0xBC88BA) is unknown color: approx London Hue. HEX triplet: BC, 88 and BA. RGB value is (188,136,186). Sum of RGB (Red+Green+Blue) = 188+136+186=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88BA is #437745. Grayscale: #9D9D9D. Windows color (decimal): -4421446 or 12224700. OLE color: 12224700.

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

Color convert

RGB188136186-
CMYK00.280.010.26
HSL302.31º27.96%63.53%-
HSV(B)302.31º27.66%73.73%-
XYZ38.4131.8450.58-
YUV157.25144.23149.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=36.86%
G=26.67%
B=36.47%

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
Decimal18813618600.280.010.26302.3127.9663.53
HexBC88BA01C11A12e1c40
Octal27421027203413245634100
Binary101111001000100010111010011100111010100101110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88BA; }

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

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

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

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

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

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

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

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