#BC91B1

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

Shades of London Hue #BC91B1

Tints of London Hue #BC91B1

Color information

#BC91B1 (or 0xBC91B1) is unknown color: approx London Hue. HEX triplet: BC, 91 and B1. RGB value is (188,145,177). Sum of RGB (Red+Green+Blue) = 188+145+177=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91B1 is #436E4E. Grayscale: #A1A1A1. Windows color (decimal): -4419151 or 11637180. OLE color: 11637180.

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

Color convert

RGB188145177-
CMYK00.230.060.26
HSL315.35º24.29%65.29%-
HSV(B)315.35º22.87%73.73%-
XYZ38.834.1246.14-
YUV161.5136.75146.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=36.86%
G=28.43%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814517700.230.060.26315.3524.2965.29
HexBC91B101761A13b1841
Octal27422126102763247330101
Binary10111100100100011011000101011111011010100111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91B1; }

 p { color: rgb(188,145,177); }

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

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

 a { background-color: rgb(188,145,177); }

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

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

 span { border-color: rgb(188,145,177); }

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