#BCADE9

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

Shades of Melrose #BCADE9

Tints of Melrose #BCADE9

Color information

#BCADE9 (or 0xBCADE9) is unknown color: approx Melrose. HEX triplet: BC, AD and E9. RGB value is (188,173,233). Sum of RGB (Red+Green+Blue) = 188+173+233=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 233 (91.41% from 255 or 39.23% from 594); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADE9 is #435216. Grayscale: #B8B8B8. Windows color (decimal): -4411927 or 15314364. OLE color: 15314364.

HSL color Cylindrical-coordinate representation of color #BCADE9: hue angle of 255º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCADE9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188173233-
CMYK0.190.2600.09
HSL255º57.69%79.61%-
HSV(B)255º25.75%91.37%-
XYZ50.3946.4683.4-
YUV184.32155.47130.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 233 (91.41% from 255) = 39.23%
R=31.65%
G=29.12%
B=39.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881732330.190.2600.0925557.6979.61
HexBCADE9131A09ff3a50
Octal274255351233201137772120
Binary101111001010110111101001100111101001001111111111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADE9; }

 p { color: rgb(188,173,233); }

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

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

 a { background-color: rgb(188,173,233); }

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

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

 span { border-color: rgb(188,173,233); }

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