#BAAFDF

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

Shades of Melrose #BAAFDF

Tints of Melrose #BAAFDF

Color information

#BAAFDF (or 0xBAAFDF) is unknown color: approx Melrose. HEX triplet: BA, AF and DF. RGB value is (186,175,223). Sum of RGB (Red+Green+Blue) = 186+175+223=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDF is #455020. Grayscale: #B7B7B7. Windows color (decimal): -4542497 or 14659514. OLE color: 14659514.

HSL color Cylindrical-coordinate representation of color #BAAFDF: hue angle of 253.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAFDF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186175223-
CMYK0.170.2200.13
HSL253.75º42.86%78.04%-
HSV(B)253.75º21.52%87.45%-
XYZ48.946.4376.2-
YUV183.76150.14129.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 175 (68.75% from 255) = 29.97%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=31.85%
G=29.97%
B=38.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861752230.170.2200.13253.7542.8678.04
HexBAAFDF11160Dfe2b4e
Octal272257337212601537653116
Binary101110101010111111011111100011011001101111111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFDF; }

 p { color: rgb(186,175,223); }

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

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

 a { background-color: rgb(186,175,223); }

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

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

 span { border-color: rgb(186,175,223); }

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