#B9AFFA

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

Shades of Melrose #B9AFFA

Tints of Melrose #B9AFFA

Color information

#B9AFFA (or 0xB9AFFA) is unknown color: approx Melrose. HEX triplet: B9, AF and FA. RGB value is (185,175,250). Sum of RGB (Red+Green+Blue) = 185+175+250=610 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.33% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFFA is #465005. Grayscale: #BABABA. Windows color (decimal): -4608006 or 16428985. OLE color: 16428985.

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

Color convert

RGB185175250-
CMYK0.260.300.02
HSL248º88.24%83.33%-
HSV(B)248º30%98.04%-
XYZ52.5947.8896.91-
YUV186.54163.81126.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.33%
GREEN value IS 175 (68.75% from 255) = 28.69%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=30.33%
G=28.69%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851752500.260.300.0224888.2483.33
HexB9AFFA1A1E02f85853
Octal271257372323602370130123
Binary10111001101011111111101011010111100101111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFFA; }

 p { color: rgb(185,175,250); }

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

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

 a { background-color: rgb(185,175,250); }

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

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

 span { border-color: rgb(185,175,250); }

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