#B0A1F9

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

Shades of Melrose #B0A1F9

Tints of Melrose #B0A1F9

Color information

#B0A1F9 (or 0xB0A1F9) is unknown color: approx Melrose. HEX triplet: B0, A1 and F9. RGB value is (176,161,249). Sum of RGB (Red+Green+Blue) = 176+161+249=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0A1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A1F9 is #4F5E06. Grayscale: #AFAFAF. Windows color (decimal): -5201415 or 16359856. OLE color: 16359856.

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

Color convert

RGB176161249-
CMYK0.290.3500.02
HSL250.23º88%80.39%-
HSV(B)250.23º35.34%97.65%-
XYZ47.7541.5695.13-
YUV175.52169.47128.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 161 (63.28% from 255) = 27.47%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=30.03%
G=27.47%
B=42.49%

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
Decimal1761612490.290.3500.02250.238880.39
HexB0A1F91D2302fa5850
Octal260241371354302372130120
Binary101100001010000111111001111011000110101111101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A1F9; }

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

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

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

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

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

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

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

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