#BDAFE0

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

Shades of Melrose #BDAFE0

Tints of Melrose #BDAFE0

Color information

#BDAFE0 (or 0xBDAFE0) is unknown color: approx Melrose. HEX triplet: BD, AF and E0. RGB value is (189,175,224). Sum of RGB (Red+Green+Blue) = 189+175+224=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #BDAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFE0 is #42501F. Grayscale: #B8B8B8. Windows color (decimal): -4345888 or 14725053. OLE color: 14725053.

HSL color Cylindrical-coordinate representation of color #BDAFE0: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDAFE0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189175224-
CMYK0.160.2200.12
HSL257.14º44.14%78.24%-
HSV(B)257.14º21.88%87.84%-
XYZ49.7746.8676.94-
YUV184.77150.14131.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 224 (87.89% from 255) = 38.10%
R=32.14%
G=29.76%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891752240.160.2200.12257.1444.1478.24
HexBDAFE010160C1012c4e
Octal275257340202601440154116
Binary1011110110101111111000001000010110011001000000011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFE0; }

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

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

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

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

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

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

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

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