#BDABF6

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

Shades of Melrose #BDABF6

Tints of Melrose #BDABF6

Color information

#BDABF6 (or 0xBDABF6) is unknown color: approx Melrose. HEX triplet: BD, AB and F6. RGB value is (189,171,246). Sum of RGB (Red+Green+Blue) = 189+171+246=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABF6 is #425409. Grayscale: #B8B8B8. Windows color (decimal): -4346890 or 16165821. OLE color: 16165821.

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

Color convert

RGB189171246-
CMYK0.230.3000.04
HSL254.4º80.65%81.76%-
HSV(B)254.4º30.49%96.47%-
XYZ52.1846.693.43-
YUV184.93162.46130.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.19%
GREEN value IS 171 (67.19% from 255) = 28.22%
BLUE value IS 246 (96.48% from 255) = 40.59%
R=31.19%
G=28.22%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891712460.230.3000.04254.480.6581.76
HexBDABF6171E04fe5152
Octal275253366273604376121122
Binary101111011010101111110110101111111001001111111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABF6; }

 p { color: rgb(189,171,246); }

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

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

 a { background-color: rgb(189,171,246); }

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

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

 span { border-color: rgb(189,171,246); }

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