#BC92BA

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

Shades of London Hue #BC92BA

Tints of London Hue #BC92BA

Color information

#BC92BA (or 0xBC92BA) is unknown color: approx London Hue. HEX triplet: BC, 92 and BA. RGB value is (188,146,186). Sum of RGB (Red+Green+Blue) = 188+146+186=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92BA is #436D45. Grayscale: #A3A3A3. Windows color (decimal): -4418886 or 12227260. OLE color: 12227260.

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

Color convert

RGB188146186-
CMYK00.220.010.26
HSL302.86º23.86%65.49%-
HSV(B)302.86º22.34%73.73%-
XYZ39.8834.7951.07-
YUV163.12140.91145.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=36.15%
G=28.08%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814618600.220.010.26302.8623.8665.49
HexBC92BA01611A12f1841
Octal27422227202613245730101
Binary101111001001001010111010010110111010100101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92BA; }

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

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

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

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

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

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

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

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