#B6A9E3

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

Shades of Melrose #B6A9E3

Tints of Melrose #B6A9E3

Color information

#B6A9E3 (or 0xB6A9E3) is unknown color: approx Melrose. HEX triplet: B6, A9 and E3. RGB value is (182,169,227). Sum of RGB (Red+Green+Blue) = 182+169+227=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #B6A9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9E3 is #49561C. Grayscale: #B3B3B3. Windows color (decimal): -4806173 or 14920118. OLE color: 14920118.

HSL color Cylindrical-coordinate representation of color #B6A9E3: hue angle of 253.45º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6A9E3 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182169227-
CMYK0.200.2600.11
HSL253.45º50.88%77.65%-
HSV(B)253.45º25.55%89.02%-
XYZ47.3443.8778.64-
YUV179.5154.81129.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 169 (66.41% from 255) = 29.24%
BLUE value IS 227 (89.06% from 255) = 39.27%
R=31.49%
G=29.24%
B=39.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821692270.200.2600.11253.4550.8877.65
HexB6A9E3141A0Bfd334e
Octal266251343243201337563116
Binary101101101010100111100011101001101001011111111011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9E3; }

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

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

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

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

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

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

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

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