#BC91BB

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

Shades of London Hue #BC91BB

Tints of London Hue #BC91BB

Color information

#BC91BB (or 0xBC91BB) is unknown color: approx London Hue. HEX triplet: BC, 91 and BB. RGB value is (188,145,187). Sum of RGB (Red+Green+Blue) = 188+145+187=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BB is #436E44. Grayscale: #A2A2A2. Windows color (decimal): -4419141 or 12292540. OLE color: 12292540.

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

Color convert

RGB188145187-
CMYK00.230.010.26
HSL301.4º24.29%65.29%-
HSV(B)301.4º22.87%73.73%-
XYZ39.8334.5351.58-
YUV162.65141.75146.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=36.15%
G=27.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814518700.230.010.26301.424.2965.29
HexBC91BB01711A12d1841
Octal27422127302713245530101
Binary101111001001000110111011010111111010100101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91BB; }

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

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

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

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

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

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

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

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