#BC92B4

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

Shades of London Hue #BC92B4

Tints of London Hue #BC92B4

Color information

#BC92B4 (or 0xBC92B4) is unknown color: approx London Hue. HEX triplet: BC, 92 and B4. RGB value is (188,146,180). Sum of RGB (Red+Green+Blue) = 188+146+180=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92B4 is #436D4B. Grayscale: #A2A2A2. Windows color (decimal): -4418892 or 11834044. OLE color: 11834044.

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

Color convert

RGB188146180-
CMYK00.220.040.26
HSL311.43º23.86%65.49%-
HSV(B)311.43º22.34%73.73%-
XYZ39.2634.5447.78-
YUV162.43137.91146.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.58%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 180 (70.70% from 255) = 35.02%
R=36.58%
G=28.40%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814618000.220.040.26311.4323.8665.49
HexBC92B401641A1371841
Octal27422226402643246730101
Binary10111100100100101011010001011010011010100110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92B4; }

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

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

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

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

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

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

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

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