#BC92B7

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

Shades of London Hue #BC92B7

Tints of London Hue #BC92B7

Color information

#BC92B7 (or 0xBC92B7) is unknown color: approx London Hue. HEX triplet: BC, 92 and B7. RGB value is (188,146,183). Sum of RGB (Red+Green+Blue) = 188+146+183=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92B7 is #436D48. Grayscale: #A2A2A2. Windows color (decimal): -4418889 or 12030652. OLE color: 12030652.

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

Color convert

RGB188146183-
CMYK00.220.030.26
HSL307.14º23.86%65.49%-
HSV(B)307.14º22.34%73.73%-
XYZ39.5734.6749.41-
YUV162.78139.41145.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=36.36%
G=28.24%
B=35.40%

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
Decimal18814618300.220.030.26307.1423.8665.49
HexBC92B701631A1331841
Octal27422226702633246330101
Binary1011110010010010101101110101101111010100110011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92B7; }

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

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

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

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

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

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

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

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