#BDABFC

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

Shades of Melrose #BDABFC

Tints of Melrose #BDABFC

Color information

#BDABFC (or 0xBDABFC) is unknown color: approx Melrose. HEX triplet: BD, AB and FC. RGB value is (189,171,252). Sum of RGB (Red+Green+Blue) = 189+171+252=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABFC is #425403. Grayscale: #B9B9B9. Windows color (decimal): -4346884 or 16559037. OLE color: 16559037.

HSL color Cylindrical-coordinate representation of color #BDABFC: hue angle of 253.33º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BDABFC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189171252-
CMYK0.250.3200.01
HSL253.33º93.1%82.94%-
HSV(B)253.33º32.14%98.82%-
XYZ53.1246.9798.36-
YUV185.62165.46130.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.88%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=30.88%
G=27.94%
B=41.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891712520.250.3200.01253.3393.182.94
HexBDABFC192001fd5d53
Octal275253374314001375135123
Binary10111101101010111111110011001100000011111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABFC; }

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

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

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

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

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

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

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

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