#BC8FBA

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

Shades of London Hue #BC8FBA

Tints of London Hue #BC8FBA

Color information

#BC8FBA (or 0xBC8FBA) is unknown color: approx London Hue. HEX triplet: BC, 8F and BA. RGB value is (188,143,186). Sum of RGB (Red+Green+Blue) = 188+143+186=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBA is #437045. Grayscale: #A1A1A1. Windows color (decimal): -4419654 or 12226492. OLE color: 12226492.

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

Color convert

RGB188143186-
CMYK00.240.010.26
HSL302.67º25.14%64.9%-
HSV(B)302.67º23.94%73.73%-
XYZ39.4233.8850.92-
YUV161.36141.91147-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=36.36%
G=27.66%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814318600.240.010.26302.6725.1464.9
HexBC8FBA01811A12f1941
Octal27421727203013245731101
Binary101111001000111110111010011000111010100101111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FBA; }

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

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

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

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

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

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

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

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