#BDAFEC

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

Shades of Melrose #BDAFEC

Tints of Melrose #BDAFEC

Color information

#BDAFEC (or 0xBDAFEC) is unknown color: approx Melrose. HEX triplet: BD, AF and EC. RGB value is (189,175,236). Sum of RGB (Red+Green+Blue) = 189+175+236=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFEC is #425013. Grayscale: #B9B9B9. Windows color (decimal): -4345876 or 15511485. OLE color: 15511485.

HSL color Cylindrical-coordinate representation of color #BDAFEC: hue angle of 253.77º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDAFEC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189175236-
CMYK0.200.2600.07
HSL253.77º61.62%80.59%-
HSV(B)253.77º25.85%92.55%-
XYZ51.4647.5385.82-
YUV186.14156.14130.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=31.5%
G=29.17%
B=39.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891752360.200.2600.07253.7761.6280.59
HexBDAFEC141A07fe3e51
Octal27525735424320737676121
Binary10111101101011111110110010100110100111111111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFEC; }

 p { color: rgb(189,175,236); }

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

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

 a { background-color: rgb(189,175,236); }

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

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

 span { border-color: rgb(189,175,236); }

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