#BAAFDD

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

Shades of Melrose #BAAFDD

Tints of Melrose #BAAFDD

Color information

#BAAFDD (or 0xBAAFDD) is unknown color: approx Melrose. HEX triplet: BA, AF and DD. RGB value is (186,175,221). Sum of RGB (Red+Green+Blue) = 186+175+221=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFDD is #455022. Grayscale: #B7B7B7. Windows color (decimal): -4542499 or 14528442. OLE color: 14528442.

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

Color convert

RGB186175221-
CMYK0.160.2100.13
HSL254.35º40.35%77.65%-
HSV(B)254.35º20.81%86.67%-
XYZ48.6346.3274.78-
YUV183.53149.14129.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=31.96%
G=30.07%
B=37.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861752210.160.2100.13254.3540.3577.65
HexBAAFDD10150Dfe284e
Octal272257335202501537650116
Binary101110101010111111011101100001010101101111111101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFDD; }

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

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

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

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

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

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

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

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