#B2A8EE

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

Shades of Melrose #B2A8EE

Tints of Melrose #B2A8EE

Color information

#B2A8EE (or 0xB2A8EE) is unknown color: approx Melrose. HEX triplet: B2, A8 and EE. RGB value is (178,168,238). Sum of RGB (Red+Green+Blue) = 178+168+238=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2A8EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A8EE is #4D5711. Grayscale: #B2B2B2. Windows color (decimal): -5068562 or 15640754. OLE color: 15640754.

HSL color Cylindrical-coordinate representation of color #B2A8EE: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A8EE is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178168238-
CMYK0.250.2900.07
HSL248.57º67.31%79.61%-
HSV(B)248.57º29.41%93.33%-
XYZ47.843.6486.79-
YUV178.97161.31127.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=30.48%
G=28.77%
B=40.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781682380.250.2900.07248.5767.3179.61
HexB2A8EE191D07f94350
Octal262250356313507371103120
Binary101100101010100011101110110011110101111111100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A8EE; }

 p { color: rgb(178,168,238); }

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

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

 a { background-color: rgb(178,168,238); }

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

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

 span { border-color: rgb(178,168,238); }

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