#BDAEEF

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

Shades of Melrose #BDAEEF

Tints of Melrose #BDAEEF

Color information

#BDAEEF (or 0xBDAEEF) is unknown color: approx Melrose. HEX triplet: BD, AE and EF. RGB value is (189,174,239). Sum of RGB (Red+Green+Blue) = 189+174+239=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEF is #425110. Grayscale: #B9B9B9. Windows color (decimal): -4346129 or 15707837. OLE color: 15707837.

HSL color Cylindrical-coordinate representation of color #BDAEEF: hue angle of 253.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDAEEF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189174239-
CMYK0.210.2700.06
HSL253.85º67.01%80.98%-
HSV(B)253.85º27.2%93.73%-
XYZ51.747.3288.07-
YUV185.9157.97130.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=31.40%
G=28.90%
B=39.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891742390.210.2700.06253.8567.0180.98
HexBDAEEF151B06fe4351
Octal275256357253306376103121
Binary101111011010111011101111101011101101101111111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEEF; }

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

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

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

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

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

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

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

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