#BCAFF1

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

Shades of Melrose #BCAFF1

Tints of Melrose #BCAFF1

Color information

#BCAFF1 (or 0xBCAFF1) is unknown color: approx Melrose. HEX triplet: BC, AF and F1. RGB value is (188,175,241). Sum of RGB (Red+Green+Blue) = 188+175+241=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCAFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF1 is #43500E. Grayscale: #BABABA. Windows color (decimal): -4411407 or 15839164. OLE color: 15839164.

HSL color Cylindrical-coordinate representation of color #BCAFF1: hue angle of 251.82º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCAFF1 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188175241-
CMYK0.220.2700.05
HSL251.82º70.21%81.57%-
HSV(B)251.82º27.39%94.51%-
XYZ51.9547.789.69-
YUV186.41158.81129.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=31.13%
G=28.97%
B=39.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881752410.220.2700.05251.8270.2181.57
HexBCAFF1161B05fc4652
Octal274257361263305374106122
Binary101111001010111111110001101101101101011111110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFF1; }

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

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

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

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

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

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

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

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