#B29FFE

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

Shades of Melrose #B29FFE

Tints of Melrose #B29FFE

Color information

#B29FFE (or 0xB29FFE) is unknown color: approx Melrose. HEX triplet: B2, 9F and FE. RGB value is (178,159,254). Sum of RGB (Red+Green+Blue) = 178+159+254=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B29FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29FFE is #4D6001. Grayscale: #AFAFAF. Windows color (decimal): -5070850 or 16687026. OLE color: 16687026.

HSL color Cylindrical-coordinate representation of color #B29FFE: hue angle of 252º 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 #B29FFE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178159254-
CMYK0.300.3700.00
HSL252º97.94%80.98%-
HSV(B)252º37.4%99.61%-
XYZ48.6541.4299.2-
YUV175.51172.29129.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.12%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=30.12%
G=26.90%
B=42.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781592540.300.3700.0025297.9480.98
HexB29FFE1E2500fc6251
Octal262237376364500374142121
Binary10110010100111111111111011110100101001111110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FFE; }

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

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

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

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

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

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

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

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