#BC83AB

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

Shades of London Hue #BC83AB

Tints of London Hue #BC83AB

Color information

#BC83AB (or 0xBC83AB) is unknown color: approx London Hue. HEX triplet: BC, 83 and AB. RGB value is (188,131,171). Sum of RGB (Red+Green+Blue) = 188+131+171=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AB is #437C54. Grayscale: #989898. Windows color (decimal): -4422741 or 11240380. OLE color: 11240380.

HSL color Cylindrical-coordinate representation of color #BC83AB: hue angle of 317.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC83AB is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188131171-
CMYK00.300.090.26
HSL317.89º29.84%62.55%-
HSV(B)317.89º30.32%73.73%-
XYZ36.2129.8642.38-
YUV152.6138.38153.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 131 (51.56% from 255) = 26.73%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=38.37%
G=26.73%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813117100.300.090.26317.8929.8462.55
HexBC83AB01E91A13e1e3f
Octal27420325303611324763677
Binary10111100100000111010101101111010011101010011111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83AB; }

 p { color: rgb(188,131,171); }

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

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

 a { background-color: rgb(188,131,171); }

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

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

 span { border-color: rgb(188,131,171); }

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