#BDABFE

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

Shades of Melrose #BDABFE

Tints of Melrose #BDABFE

Color information

#BDABFE (or 0xBDABFE) is unknown color: approx Melrose. HEX triplet: BD, AB and FE. RGB value is (189,171,254). Sum of RGB (Red+Green+Blue) = 189+171+254=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFE is #425401. Grayscale: #B9B9B9. Windows color (decimal): -4346882 or 16690109. OLE color: 16690109.

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

Color convert

RGB189171254-
CMYK0.260.3300.00
HSL253.01º97.65%83.33%-
HSV(B)253.01º32.68%99.61%-
XYZ53.4447.1100.04-
YUV185.84166.46130.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 171 (67.19% from 255) = 27.85%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=30.78%
G=27.85%
B=41.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891712540.260.3300.00253.0197.6583.33
HexBDABFE1A2100fd6253
Octal275253376324100375142123
Binary10111101101010111111111011010100001001111110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABFE; }

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

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

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

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

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

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

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

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