#BDABFA

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

Shades of Melrose #BDABFA

Tints of Melrose #BDABFA

Color information

#BDABFA (or 0xBDABFA) is unknown color: approx Melrose. HEX triplet: BD, AB and FA. RGB value is (189,171,250). Sum of RGB (Red+Green+Blue) = 189+171+250=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFA is #425405. Grayscale: #B9B9B9. Windows color (decimal): -4346886 or 16427965. OLE color: 16427965.

HSL color Cylindrical-coordinate representation of color #BDABFA: hue angle of 253.67º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDABFA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189171250-
CMYK0.240.3200.02
HSL253.67º88.76%82.55%-
HSV(B)253.67º31.6%98.04%-
XYZ52.846.8596.7-
YUV185.39164.46130.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.98%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=30.98%
G=28.03%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891712500.240.3200.02253.6788.7682.55
HexBDABFA182002fe5953
Octal275253372304002376131123
Binary101111011010101111111010110001000000101111111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABFA; }

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

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

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

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

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

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

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

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