#BDAFF7

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

Shades of Melrose #BDAFF7

Tints of Melrose #BDAFF7

Color information

#BDAFF7 (or 0xBDAFF7) is unknown color: approx Melrose. HEX triplet: BD, AF and F7. RGB value is (189,175,247). Sum of RGB (Red+Green+Blue) = 189+175+247=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDAFF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFF7 is #425008. Grayscale: #BBBBBB. Windows color (decimal): -4345865 or 16232381. OLE color: 16232381.

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

Color convert

RGB189175247-
CMYK0.230.2900.03
HSL251.67º81.82%82.75%-
HSV(B)251.67º29.15%96.86%-
XYZ53.148.1994.5-
YUV187.39161.64129.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 247 (96.88% from 255) = 40.43%
R=30.93%
G=28.64%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891752470.230.2900.03251.6781.8282.75
HexBDAFF7171D03fc5253
Octal275257367273503374122123
Binary10111101101011111111011110111111010111111110010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFF7; }

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

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

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

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

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

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

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

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