#BCA4F8

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

Shades of Melrose #BCA4F8

Tints of Melrose #BCA4F8

Color information

#BCA4F8 (or 0xBCA4F8) is unknown color: approx Melrose. HEX triplet: BC, A4 and F8. RGB value is (188,164,248). Sum of RGB (Red+Green+Blue) = 188+164+248=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCA4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4F8 is #435B07. Grayscale: #B4B4B4. Windows color (decimal): -4414216 or 16295100. OLE color: 16295100.

HSL color Cylindrical-coordinate representation of color #BCA4F8: hue angle of 257.14º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCA4F8 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188164248-
CMYK0.240.3400.03
HSL257.14º85.71%80.78%-
HSV(B)257.14º33.87%97.25%-
XYZ50.9644.0294.62-
YUV180.75165.95133.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.33%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 248 (97.27% from 255) = 41.33%
R=31.33%
G=27.33%
B=41.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881642480.240.3400.03257.1485.7180.78
HexBCA4F81822031015651
Octal274244370304203401126121
Binary1011110010100100111110001100010001001110000000110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4F8; }

 p { color: rgb(188,164,248); }

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

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

 a { background-color: rgb(188,164,248); }

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

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

 span { border-color: rgb(188,164,248); }

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