#BDACFC

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

Shades of Melrose #BDACFC

Tints of Melrose #BDACFC

Color information

#BDACFC (or 0xBDACFC) is unknown color: approx Melrose. HEX triplet: BD, AC and FC. RGB value is (189,172,252). Sum of RGB (Red+Green+Blue) = 189+172+252=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACFC is #425303. Grayscale: #B9B9B9. Windows color (decimal): -4346628 or 16559293. OLE color: 16559293.

HSL color Cylindrical-coordinate representation of color #BDACFC: hue angle of 252.75º 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 #BDACFC is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189172252-
CMYK0.250.3200.01
HSL252.75º93.02%83.14%-
HSV(B)252.75º31.75%98.82%-
XYZ53.3147.3598.43-
YUV186.2165.13130-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.83%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=30.83%
G=28.06%
B=41.11%

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
Decimal1891722520.250.3200.01252.7593.0283.14
HexBDACFC192001fd5d53
Octal275254374314001375135123
Binary10111101101011001111110011001100000011111110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACFC; }

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

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

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

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

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

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

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

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