#BAADED

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

Shades of Melrose #BAADED

Tints of Melrose #BAADED

Color information

#BAADED (or 0xBAADED) is unknown color: approx Melrose. HEX triplet: BA, AD and ED. RGB value is (186,173,237). Sum of RGB (Red+Green+Blue) = 186+173+237=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADED is #455212. Grayscale: #B7B7B7. Windows color (decimal): -4542995 or 15576506. OLE color: 15576506.

HSL color Cylindrical-coordinate representation of color #BAADED: hue angle of 252.19º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAADED is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186173237-
CMYK0.220.2700.07
HSL252.19º64%80.39%-
HSV(B)252.19º27%92.94%-
XYZ50.4846.4486.42-
YUV184.18157.81129.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=31.21%
G=29.03%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861732370.220.2700.07252.196480.39
HexBAADED161B07fc4050
Octal272255355263307374100120
Binary101110101010110111101101101101101101111111110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADED; }

 p { color: rgb(186,173,237); }

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

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

 a { background-color: rgb(186,173,237); }

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

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

 span { border-color: rgb(186,173,237); }

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