#BDABF5

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

Shades of Melrose #BDABF5

Tints of Melrose #BDABF5

Color information

#BDABF5 (or 0xBDABF5) is unknown color: approx Melrose. HEX triplet: BD, AB and F5. RGB value is (189,171,245). Sum of RGB (Red+Green+Blue) = 189+171+245=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 245 (96.09% from 255 or 40.50% from 605); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABF5 is #42540A. Grayscale: #B8B8B8. Windows color (decimal): -4346891 or 16100285. OLE color: 16100285.

HSL color Cylindrical-coordinate representation of color #BDABF5: hue angle of 254.59º degrees, saturation: 0.79, 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 #BDABF5 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189171245-
CMYK0.230.3000.04
HSL254.59º78.72%81.57%-
HSV(B)254.59º30.2%96.08%-
XYZ52.0346.5492.63-
YUV184.82161.96130.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.24%
GREEN value IS 171 (67.19% from 255) = 28.26%
BLUE value IS 245 (96.09% from 255) = 40.50%
R=31.24%
G=28.26%
B=40.50%

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
Decimal1891712450.230.3000.04254.5978.7281.57
HexBDABF5171E04ff4f52
Octal275253365273604377117122
Binary101111011010101111110101101111111001001111111110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABF5; }

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

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

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

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

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

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

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

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