#BC8ABE

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

Shades of London Hue #BC8ABE

Tints of London Hue #BC8ABE

Color information

#BC8ABE (or 0xBC8ABE) is unknown color: approx London Hue. HEX triplet: BC, 8A and BE. RGB value is (188,138,190). Sum of RGB (Red+Green+Blue) = 188+138+190=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ABE is #437541. Grayscale: #9E9E9E. Windows color (decimal): -4420930 or 12487356. OLE color: 12487356.

HSL color Cylindrical-coordinate representation of color #BC8ABE: hue angle of 297.69º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8ABE is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188138190-
CMYK0.010.2700.25
HSL297.69º28.57%64.31%-
HSV(B)297.69º27.37%74.51%-
XYZ39.1232.5952.94-
YUV158.88145.56148.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 138 (54.30% from 255) = 26.74%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=36.43%
G=26.74%
B=36.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881381900.010.2700.25297.6928.5764.31
HexBC8ABE11B01912a1d40
Octal27421227613303145235100
Binary101111001000101010111110111011011001100101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ABE; }

 p { color: rgb(188,138,190); }

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

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

 a { background-color: rgb(188,138,190); }

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

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

 span { border-color: rgb(188,138,190); }

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