#bc8bb2

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

Shades of London Hue #BC8BB2

Tints of London Hue #BC8BB2

Color information

#BC8BB2 (or 0xBC8BB2) is unknown color: approx London Hue. HEX triplet: BC, 8B and B2. RGB value is (188,139,178). Sum of RGB (Red+Green+Blue) = 188+139+178=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8BB2 is #43744D. Grayscale: #9D9D9D. Windows color (decimal): -4420686 or 11701180. OLE color: 11701180.

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

Color convert

RGB188139178-
CMYK00.260.050.26
HSL312.24º26.78%64.12%-
HSV(B)312.24º26.06%73.73%-
XYZ38.0132.3746.36-
YUV158.1139.23149.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=37.23%
G=27.52%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813917800.260.050.26312.2426.7864.12
HexBC8BB201A51A1381b40
Octal27421326203253247033100
Binary10111100100010111011001001101010111010100111000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc8bb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc8bb2; }

 p { color: rgb(188,139,178); }

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

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

 a { background-color: rgb(188,139,178); }

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

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

 span { border-color: rgb(188,139,178); }

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