#BDA5FE

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

Shades of Melrose #BDA5FE

Tints of Melrose #BDA5FE

Color information

#BDA5FE (or 0xBDA5FE) is unknown color: approx Melrose. HEX triplet: BD, A5 and FE. RGB value is (189,165,254). Sum of RGB (Red+Green+Blue) = 189+165+254=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5FE is #425A01. Grayscale: #B5B5B5. Windows color (decimal): -4348418 or 16688573. OLE color: 16688573.

HSL color Cylindrical-coordinate representation of color #BDA5FE: hue angle of 256.18º 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 #BDA5FE is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189165254-
CMYK0.260.3500.00
HSL256.18º97.8%82.16%-
HSV(B)256.18º35.04%99.61%-
XYZ52.3344.8899.67-
YUV182.32168.45132.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.09%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=31.09%
G=27.14%
B=41.78%

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
Decimal1891652540.260.3500.00256.1897.882.16
HexBDA5FE1A23001006252
Octal275245376324300400142122
Binary101111011010010111111110110101000110010000000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5FE; }

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

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

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

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

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

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

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

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