#bdaee9

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

Shades of Melrose #BDAEE9

Tints of Melrose #BDAEE9

Color information

#BDAEE9 (or 0xBDAEE9) is unknown color: approx Melrose. HEX triplet: BD, AE and E9. RGB value is (189,174,233). Sum of RGB (Red+Green+Blue) = 189+174+233=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEE9 is #425116. Grayscale: #B8B8B8. Windows color (decimal): -4346135 or 15314621. OLE color: 15314621.

HSL color Cylindrical-coordinate representation of color #BDAEE9: hue angle of 255.25º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDAEE9 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189174233-
CMYK0.190.2500.09
HSL255.25º57.28%79.8%-
HSV(B)255.25º25.32%91.37%-
XYZ50.8346.9783.48-
YUV185.21154.97130.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.71%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=31.71%
G=29.19%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891742330.190.2500.09255.2557.2879.8
HexBDAEE9131909ff3950
Octal275256351233101137771120
Binary101111011010111011101001100111100101001111111111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdaee9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdaee9; }

 p { color: rgb(189,174,233); }

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

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

 a { background-color: rgb(189,174,233); }

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

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

 span { border-color: rgb(189,174,233); }

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