#BDA4FE

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

Shades of Melrose #BDA4FE

Tints of Melrose #BDA4FE

Color information

#BDA4FE (or 0xBDA4FE) is unknown color: approx Melrose. HEX triplet: BD, A4 and FE. RGB value is (189,164,254). Sum of RGB (Red+Green+Blue) = 189+164+254=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FE is #425B01. Grayscale: #B5B5B5. Windows color (decimal): -4348674 or 16688317. OLE color: 16688317.

HSL color Cylindrical-coordinate representation of color #BDA4FE: hue angle of 256.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA4FE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189164254-
CMYK0.260.3500.00
HSL256.67º97.83%81.96%-
HSV(B)256.67º35.43%99.61%-
XYZ52.1544.5399.61-
YUV181.74168.78133.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=31.14%
G=27.02%
B=41.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891642540.260.3500.00256.6797.8381.96
HexBDA4FE1A23001016252
Octal275244376324300401142122
Binary101111011010010011111110110101000110010000000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4FE; }

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

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

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

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

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

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

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

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