#BDA4FB

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

Shades of Melrose #BDA4FB

Tints of Melrose #BDA4FB

Color information

#BDA4FB (or 0xBDA4FB) is unknown color: approx Melrose. HEX triplet: BD, A4 and FB. RGB value is (189,164,251). Sum of RGB (Red+Green+Blue) = 189+164+251=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FB is #425B04. Grayscale: #B5B5B5. Windows color (decimal): -4348677 or 16491709. OLE color: 16491709.

HSL color Cylindrical-coordinate representation of color #BDA4FB: hue angle of 257.24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA4FB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189164251-
CMYK0.250.3500.02
HSL257.24º91.58%81.37%-
HSV(B)257.24º34.66%98.43%-
XYZ51.6744.3397.1-
YUV181.39167.28133.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.29%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=31.29%
G=27.15%
B=41.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891642510.250.3500.02257.2491.5881.37
HexBDA4FB1923021015c51
Octal275244373314302401134121
Binary1011110110100100111110111100110001101010000000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4FB; }

 p { color: rgb(189,164,251); }

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

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

 a { background-color: rgb(189,164,251); }

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

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

 span { border-color: rgb(189,164,251); }

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