#B0A0FA

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

Shades of Melrose #B0A0FA

Tints of Melrose #B0A0FA

Color information

#B0A0FA (or 0xB0A0FA) is unknown color: approx Melrose. HEX triplet: B0, A0 and FA. RGB value is (176,160,250). Sum of RGB (Red+Green+Blue) = 176+160+250=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0A0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A0FA is #4F5F05. Grayscale: #AEAEAE. Windows color (decimal): -5201670 or 16425136. OLE color: 16425136.

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

Color convert

RGB176160250-
CMYK0.300.3600.02
HSL250.67º90%80.39%-
HSV(B)250.67º36%98.04%-
XYZ47.7341.2795.89-
YUV175.04170.3128.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.03%
GREEN value IS 160 (62.89% from 255) = 27.30%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=30.03%
G=27.30%
B=42.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761602500.300.3600.02250.679080.39
HexB0A0FA1E2402fb5a50
Octal260240372364402373132120
Binary101100001010000011111010111101001000101111101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0FA; }

 p { color: rgb(176,160,250); }

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

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

 a { background-color: rgb(176,160,250); }

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

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

 span { border-color: rgb(176,160,250); }

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