#B2A9EF

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

Shades of Melrose #B2A9EF

Tints of Melrose #B2A9EF

Color information

#B2A9EF (or 0xB2A9EF) is unknown color: approx Melrose. HEX triplet: B2, A9 and EF. RGB value is (178,169,239). Sum of RGB (Red+Green+Blue) = 178+169+239=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2A9EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A9EF is #4D5610. Grayscale: #B3B3B3. Windows color (decimal): -5068305 or 15706546. OLE color: 15706546.

HSL color Cylindrical-coordinate representation of color #B2A9EF: hue angle of 247.71º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A9EF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178169239-
CMYK0.260.2900.06
HSL247.71º68.63%80%-
HSV(B)247.71º29.29%93.73%-
XYZ48.1344.0787.63-
YUV179.67161.48126.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 169 (66.41% from 255) = 28.84%
BLUE value IS 239 (93.75% from 255) = 40.78%
R=30.38%
G=28.84%
B=40.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781692390.260.2900.06247.7168.6380
HexB2A9EF1A1D06f84550
Octal262251357323506370105120
Binary101100101010100111101111110101110101101111100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A9EF; }

 p { color: rgb(178,169,239); }

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

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

 a { background-color: rgb(178,169,239); }

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

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

 span { border-color: rgb(178,169,239); }

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