#B9ADFE

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

Shades of Melrose #B9ADFE

Tints of Melrose #B9ADFE

Color information

#B9ADFE (or 0xB9ADFE) is unknown color: approx Melrose. HEX triplet: B9, AD and FE. RGB value is (185,173,254). Sum of RGB (Red+Green+Blue) = 185+173+254=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFE is #465201. Grayscale: #B9B9B9. Windows color (decimal): -4608514 or 16690617. OLE color: 16690617.

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

Color convert

RGB185173254-
CMYK0.270.3200.00
HSL248.89º97.59%83.73%-
HSV(B)248.89º31.89%99.61%-
XYZ52.8447.36100.12-
YUV185.82166.48127.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.23%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=30.23%
G=28.27%
B=41.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851732540.270.3200.00248.8997.5983.73
HexB9ADFE1B2000f96254
Octal271255376334000371142124
Binary10111001101011011111111011011100000001111100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADFE; }

 p { color: rgb(185,173,254); }

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

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

 a { background-color: rgb(185,173,254); }

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

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

 span { border-color: rgb(185,173,254); }

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