#B09FFE

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

Shades of Melrose #B09FFE

Tints of Melrose #B09FFE

Color information

#B09FFE (or 0xB09FFE) is unknown color: approx Melrose. HEX triplet: B0, 9F and FE. RGB value is (176,159,254). Sum of RGB (Red+Green+Blue) = 176+159+254=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #B09FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09FFE is #4F6001. Grayscale: #AEAEAE. Windows color (decimal): -5201922 or 16687024. OLE color: 16687024.

HSL color Cylindrical-coordinate representation of color #B09FFE: hue angle of 250.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B09FFE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB176159254-
CMYK0.310.3700.00
HSL250.74º97.94%80.98%-
HSV(B)250.74º37.4%99.61%-
XYZ48.1941.1899.17-
YUV174.91172.63128.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=29.88%
G=26.99%
B=43.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1761592540.310.3700.00250.7497.9480.98
HexB09FFE1F2500fb6251
Octal260237376374500373142121
Binary10110000100111111111111011111100101001111101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09FFE; }

 p { color: rgb(176,159,254); }

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

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

 a { background-color: rgb(176,159,254); }

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

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

 span { border-color: rgb(176,159,254); }

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