#BDAFF5

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

Shades of Melrose #BDAFF5

Tints of Melrose #BDAFF5

Color information

#BDAFF5 (or 0xBDAFF5) is unknown color: approx Melrose. HEX triplet: BD, AF and F5. RGB value is (189,175,245). Sum of RGB (Red+Green+Blue) = 189+175+245=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFF5 is #42500A. Grayscale: #BABABA. Windows color (decimal): -4345867 or 16101309. OLE color: 16101309.

HSL color Cylindrical-coordinate representation of color #BDAFF5: hue angle of 252º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDAFF5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189175245-
CMYK0.230.2900.04
HSL252º77.78%82.35%-
HSV(B)252º28.57%96.08%-
XYZ52.848.0792.88-
YUV187.17160.64129.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.03%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 245 (96.09% from 255) = 40.23%
R=31.03%
G=28.74%
B=40.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891752450.230.2900.0425277.7882.35
HexBDAFF5171D04fc4e52
Octal275257365273504374116122
Binary101111011010111111110101101111110101001111110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFF5; }

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

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

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

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

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

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

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

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