#BC90BB

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

Shades of London Hue #BC90BB

Tints of London Hue #BC90BB

Color information

#BC90BB (or 0xBC90BB) is unknown color: approx London Hue. HEX triplet: BC, 90 and BB. RGB value is (188,144,187). Sum of RGB (Red+Green+Blue) = 188+144+187=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90BB is #436F44. Grayscale: #A1A1A1. Windows color (decimal): -4419397 or 12292284. OLE color: 12292284.

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

Color convert

RGB188144187-
CMYK00.230.010.26
HSL301.36º24.72%65.1%-
HSV(B)301.36º23.4%73.73%-
XYZ39.6834.2351.53-
YUV162.06142.08146.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=36.22%
G=27.75%
B=36.03%

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
Decimal18814418700.230.010.26301.3624.7265.1
HexBC90BB01711A12d1941
Octal27422027302713245531101
Binary101111001001000010111011010111111010100101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90BB; }

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

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

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

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

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

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

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

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