#BFADF8

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

Shades of Melrose #BFADF8

Tints of Melrose #BFADF8

Color information

#BFADF8 (or 0xBFADF8) is unknown color: approx Melrose. HEX triplet: BF, AD and F8. RGB value is (191,173,248). Sum of RGB (Red+Green+Blue) = 191+173+248=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFADF8 is #405207. Grayscale: #BABABA. Windows color (decimal): -4215304 or 16297407. OLE color: 16297407.

HSL color Cylindrical-coordinate representation of color #BFADF8: hue angle of 254.4º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFADF8 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191173248-
CMYK0.230.3000.03
HSL254.4º84.27%82.55%-
HSV(B)254.4º30.24%97.25%-
XYZ53.3747.7495.21-
YUV186.93162.46130.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 248 (97.27% from 255) = 40.52%
R=31.21%
G=28.27%
B=40.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911732480.230.3000.03254.484.2782.55
HexBFADF8171E03fe5453
Octal277255370273603376124123
Binary10111111101011011111100010111111100111111111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFADF8; }

 p { color: rgb(191,173,248); }

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

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

 a { background-color: rgb(191,173,248); }

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

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

 span { border-color: rgb(191,173,248); }

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