#BDAEFD

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

Shades of Melrose #BDAEFD

Tints of Melrose #BDAEFD

Color information

#BDAEFD (or 0xBDAEFD) is unknown color: approx Melrose. HEX triplet: BD, AE and FD. RGB value is (189,174,253). Sum of RGB (Red+Green+Blue) = 189+174+253=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEFD is #425102. Grayscale: #BBBBBB. Windows color (decimal): -4346115 or 16625341. OLE color: 16625341.

HSL color Cylindrical-coordinate representation of color #BDAEFD: hue angle of 251.39º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDAEFD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189174253-
CMYK0.250.3100.01
HSL251.39º95.18%83.73%-
HSV(B)251.39º31.23%99.22%-
XYZ53.8548.1899.39-
YUV187.49164.97129.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.68%
GREEN value IS 174 (68.36% from 255) = 28.25%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=30.68%
G=28.25%
B=41.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891742530.250.3100.01251.3995.1883.73
HexBDAEFD191F01fb5f54
Octal275256375313701373137124
Binary1011110110101110111111011100111111011111101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAEFD; }

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

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

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

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

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

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

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

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