#BC8ABB

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

Shades of London Hue #BC8ABB

Tints of London Hue #BC8ABB

Color information

#BC8ABB (or 0xBC8ABB) is unknown color: approx London Hue. HEX triplet: BC, 8A and BB. RGB value is (188,138,187). Sum of RGB (Red+Green+Blue) = 188+138+187=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ABB is #437544. Grayscale: #9E9E9E. Windows color (decimal): -4420933 or 12290748. OLE color: 12290748.

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

Color convert

RGB188138187-
CMYK00.270.010.26
HSL301.2º27.17%63.92%-
HSV(B)301.2º26.6%73.73%-
XYZ38.832.4651.23-
YUV158.54144.06149.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=36.65%
G=26.90%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813818700.270.010.26301.227.1763.92
HexBC8ABB01B11A12d1b40
Octal27421227303313245533100
Binary101111001000101010111011011011111010100101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8ABB; }

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

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

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

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

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

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

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

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