#BCAFF0

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

Shades of Melrose #BCAFF0

Tints of Melrose #BCAFF0

Color information

#BCAFF0 (or 0xBCAFF0) is unknown color: approx Melrose. HEX triplet: BC, AF and F0. RGB value is (188,175,240). Sum of RGB (Red+Green+Blue) = 188+175+240=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCAFF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF0 is #43500F. Grayscale: #BABABA. Windows color (decimal): -4411408 or 15773628. OLE color: 15773628.

HSL color Cylindrical-coordinate representation of color #BCAFF0: hue angle of 252º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAFF0 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188175240-
CMYK0.220.2700.06
HSL252º68.42%81.37%-
HSV(B)252º27.08%94.12%-
XYZ51.847.6488.9-
YUV186.3158.31129.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=31.18%
G=29.02%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881752400.220.2700.0625268.4281.37
HexBCAFF0161B06fc4451
Octal274257360263306374104121
Binary101111001010111111110000101101101101101111110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFF0; }

 p { color: rgb(188,175,240); }

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

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

 a { background-color: rgb(188,175,240); }

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

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

 span { border-color: rgb(188,175,240); }

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