#BCADF6

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

Shades of Melrose #BCADF6

Tints of Melrose #BCADF6

Color information

#BCADF6 (or 0xBCADF6) is unknown color: approx Melrose. HEX triplet: BC, AD and F6. RGB value is (188,173,246). Sum of RGB (Red+Green+Blue) = 188+173+246=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF6 is #435209. Grayscale: #B9B9B9. Windows color (decimal): -4411914 or 16166332. OLE color: 16166332.

HSL color Cylindrical-coordinate representation of color #BCADF6: hue angle of 252.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCADF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188173246-
CMYK0.240.3000.04
HSL252.33º80.22%82.16%-
HSV(B)252.33º29.67%96.47%-
XYZ52.3247.2393.55-
YUV185.81161.97129.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=30.97%
G=28.50%
B=40.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881732460.240.3000.04252.3380.2282.16
HexBCADF6181E04fc5052
Octal274255366303604374120122
Binary101111001010110111110110110001111001001111110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADF6; }

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

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

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

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

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

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

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

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