#BCADE4

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

Shades of Melrose #BCADE4

Tints of Melrose #BCADE4

Color information

#BCADE4 (or 0xBCADE4) is unknown color: approx Melrose. HEX triplet: BC, AD and E4. RGB value is (188,173,228). Sum of RGB (Red+Green+Blue) = 188+173+228=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 228 (89.45% from 255 or 38.71% from 589); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADE4 is #43521B. Grayscale: #B7B7B7. Windows color (decimal): -4411932 or 14986684. OLE color: 14986684.

HSL color Cylindrical-coordinate representation of color #BCADE4: hue angle of 256.36º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCADE4 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188173228-
CMYK0.180.2400.11
HSL256.36º50.46%78.63%-
HSV(B)256.36º24.12%89.41%-
XYZ49.6946.1879.69-
YUV183.75152.97131.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 228 (89.45% from 255) = 38.71%
R=31.92%
G=29.37%
B=38.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881732280.180.2400.11256.3650.4678.63
HexBCADE412180B100324f
Octal274255344223001340062117
Binary1011110010101101111001001001011000010111000000001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADE4; }

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

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

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

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

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

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

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

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