#B0A2F9

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

Shades of Melrose #B0A2F9

Tints of Melrose #B0A2F9

Color information

#B0A2F9 (or 0xB0A2F9) is unknown color: approx Melrose. HEX triplet: B0, A2 and F9. RGB value is (176,162,249). Sum of RGB (Red+Green+Blue) = 176+162+249=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0A2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A2F9 is #4F5D06. Grayscale: #AFAFAF. Windows color (decimal): -5201159 or 16360112. OLE color: 16360112.

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

Color convert

RGB176162249-
CMYK0.290.3500.02
HSL249.66º87.88%80.59%-
HSV(B)249.66º34.94%97.65%-
XYZ47.9241.9195.19-
YUV176.1169.14127.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 162 (63.67% from 255) = 27.60%
BLUE value IS 249 (97.66% from 255) = 42.42%
R=29.98%
G=27.60%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761622490.290.3500.02249.6687.8880.59
HexB0A2F91D2302fa5851
Octal260242371354302372130121
Binary101100001010001011111001111011000110101111101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A2F9; }

 p { color: rgb(176,162,249); }

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

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

 a { background-color: rgb(176,162,249); }

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

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

 span { border-color: rgb(176,162,249); }

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