#B6A9FF

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

Shades of Melrose #B6A9FF

Tints of Melrose #B6A9FF

Color information

#B6A9FF (or 0xB6A9FF) is unknown color: approx Melrose. HEX triplet: B6, A9 and FF. RGB value is (182,169,255). Sum of RGB (Red+Green+Blue) = 182+169+255=606 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.03% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A9FF is #495600. Grayscale: #B6B6B6. Windows color (decimal): -4806145 or 16755126. OLE color: 16755126.

HSL color Cylindrical-coordinate representation of color #B6A9FF: hue angle of 249.07º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6A9FF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182169255-
CMYK0.290.3400
HSL249.07º100%83.14%-
HSV(B)249.07º33.73%100%-
XYZ51.5345.54100.68-
YUV182.69168.81127.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.03%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 255 (100% from 255) = 42.08%
R=30.03%
G=27.89%
B=42.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821692550.290.3400249.0710083.14
HexB6A9FF1D2200f96453
Octal266251377354200371144123
Binary10110110101010011111111111101100010001111100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9FF; }

 p { color: rgb(182,169,255); }

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

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

 a { background-color: rgb(182,169,255); }

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

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

 span { border-color: rgb(182,169,255); }

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