#BC90B9

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

Shades of London Hue #BC90B9

Tints of London Hue #BC90B9

Color information

#BC90B9 (or 0xBC90B9) is unknown color: approx London Hue. HEX triplet: BC, 90 and B9. RGB value is (188,144,185). Sum of RGB (Red+Green+Blue) = 188+144+185=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90B9 is #436F46. Grayscale: #A1A1A1. Windows color (decimal): -4419399 or 12161212. OLE color: 12161212.

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

Color convert

RGB188144185-
CMYK00.230.020.26
HSL304.09º24.72%65.1%-
HSV(B)304.09º23.4%73.73%-
XYZ39.4734.1450.41-
YUV161.83141.08146.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=36.36%
G=27.85%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814418500.230.020.26304.0924.7265.1
HexBC90B901721A1301941
Octal27422027102723246031101
Binary1011110010010000101110010101111011010100110000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90B9; }

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

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

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

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

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

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

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

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