#BC90B7

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

Shades of London Hue #BC90B7

Tints of London Hue #BC90B7

Color information

#BC90B7 (or 0xBC90B7) is unknown color: approx London Hue. HEX triplet: BC, 90 and B7. RGB value is (188,144,183). Sum of RGB (Red+Green+Blue) = 188+144+183=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90B7 is #436F48. Grayscale: #A1A1A1. Windows color (decimal): -4419401 or 12030140. OLE color: 12030140.

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

Color convert

RGB188144183-
CMYK00.230.030.26
HSL306.82º24.72%65.1%-
HSV(B)306.82º23.4%73.73%-
XYZ39.2634.0649.3-
YUV161.6140.08146.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=36.50%
G=27.96%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814418300.230.030.26306.8224.7265.1
HexBC90B701731A1331941
Octal27422026702733246331101
Binary1011110010010000101101110101111111010100110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90B7; }

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

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

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

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

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

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

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

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