#BDAFEA

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

Shades of Melrose #BDAFEA

Tints of Melrose #BDAFEA

Color information

#BDAFEA (or 0xBDAFEA) is unknown color: approx Melrose. HEX triplet: BD, AF and EA. RGB value is (189,175,234). Sum of RGB (Red+Green+Blue) = 189+175+234=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFEA is #425015. Grayscale: #B9B9B9. Windows color (decimal): -4345878 or 15380413. OLE color: 15380413.

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

Color convert

RGB189175234-
CMYK0.190.2500.08
HSL254.24º58.42%80.2%-
HSV(B)254.24º25.21%91.76%-
XYZ51.1747.4284.3-
YUV185.91155.14130.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=31.61%
G=29.26%
B=39.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891752340.190.2500.08254.2458.4280.2
HexBDAFEA131908fe3a50
Octal275257352233101037672120
Binary101111011010111111101010100111100101000111111101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFEA; }

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

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

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

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

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

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

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

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