#BC8FBB

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

Shades of London Hue #BC8FBB

Tints of London Hue #BC8FBB

Color information

#BC8FBB (or 0xBC8FBB) is unknown color: approx London Hue. HEX triplet: BC, 8F and BB. RGB value is (188,143,187). Sum of RGB (Red+Green+Blue) = 188+143+187=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBB is #437044. Grayscale: #A1A1A1. Windows color (decimal): -4419653 or 12292028. OLE color: 12292028.

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

Color convert

RGB188143187-
CMYK00.240.010.26
HSL301.33º25.14%64.9%-
HSV(B)301.33º23.94%73.73%-
XYZ39.5333.9251.48-
YUV161.47142.41146.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 187 (73.44% from 255) = 36.10%
R=36.29%
G=27.61%
B=36.10%

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
Decimal18814318700.240.010.26301.3325.1464.9
HexBC8FBB01811A12d1941
Octal27421727303013245531101
Binary101111001000111110111011011000111010100101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8FBB; }

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

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

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

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

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

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

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

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