#BDABF0

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

Shades of Melrose #BDABF0

Tints of Melrose #BDABF0

Color information

#BDABF0 (or 0xBDABF0) is unknown color: approx Melrose. HEX triplet: BD, AB and F0. RGB value is (189,171,240). Sum of RGB (Red+Green+Blue) = 189+171+240=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABF0 is #42540F. Grayscale: #B7B7B7. Windows color (decimal): -4346896 or 15772605. OLE color: 15772605.

HSL color Cylindrical-coordinate representation of color #BDABF0: hue angle of 255.65º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDABF0 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189171240-
CMYK0.210.2900.06
HSL255.65º69.7%80.59%-
HSV(B)255.65º28.75%94.12%-
XYZ51.2846.2488.66-
YUV184.25159.46131.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 240 (94.14% from 255) = 40%
R=31.5%
G=28.5%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891712400.210.2900.06255.6569.780.59
HexBDABF0151D061004651
Octal275253360253506400106121
Binary1011110110101011111100001010111101011010000000010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABF0; }

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

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

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

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

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

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

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

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