#BC92B6

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

Shades of London Hue #BC92B6

Tints of London Hue #BC92B6

Color information

#BC92B6 (or 0xBC92B6) is unknown color: approx London Hue. HEX triplet: BC, 92 and B6. RGB value is (188,146,182). Sum of RGB (Red+Green+Blue) = 188+146+182=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92B6 is #436D49. Grayscale: #A2A2A2. Windows color (decimal): -4418890 or 11965116. OLE color: 11965116.

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

Color convert

RGB188146182-
CMYK00.220.030.26
HSL308.57º23.86%65.49%-
HSV(B)308.57º22.34%73.73%-
XYZ39.4634.6348.86-
YUV162.66138.91146.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.43%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=36.43%
G=28.29%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814618200.220.030.26308.5723.8665.49
HexBC92B601631A1351841
Octal27422226602633246530101
Binary1011110010010010101101100101101111010100110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92B6; }

 p { color: rgb(188,146,182); }

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

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

 a { background-color: rgb(188,146,182); }

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

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

 span { border-color: rgb(188,146,182); }

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