#B0A0FB

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

Shades of Melrose #B0A0FB

Tints of Melrose #B0A0FB

Color information

#B0A0FB (or 0xB0A0FB) is unknown color: approx Melrose. HEX triplet: B0, A0 and FB. RGB value is (176,160,251). Sum of RGB (Red+Green+Blue) = 176+160+251=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0A0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A0FB is #4F5F04. Grayscale: #AEAEAE. Windows color (decimal): -5201669 or 16490672. OLE color: 16490672.

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

Color convert

RGB176160251-
CMYK0.300.3600.02
HSL250.55º91.92%80.59%-
HSV(B)250.55º36.25%98.43%-
XYZ47.8941.3496.72-
YUV175.16170.8128.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 160 (62.89% from 255) = 27.26%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=29.98%
G=27.26%
B=42.76%

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
Decimal1761602510.300.3600.02250.5591.9280.59
HexB0A0FB1E2402fb5c51
Octal260240373364402373134121
Binary101100001010000011111011111101001000101111101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0FB; }

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

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

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

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

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

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

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

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