#B6ABFE

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

Shades of Melrose #B6ABFE

Tints of Melrose #B6ABFE

Color information

#B6ABFE (or 0xB6ABFE) is unknown color: approx Melrose. HEX triplet: B6, AB and FE. RGB value is (182,171,254). Sum of RGB (Red+Green+Blue) = 182+171+254=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #B6ABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABFE is #495401. Grayscale: #B7B7B7. Windows color (decimal): -4805634 or 16690102. OLE color: 16690102.

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

Color convert

RGB182171254-
CMYK0.280.3300.00
HSL247.95º97.65%83.33%-
HSV(B)247.95º32.68%99.61%-
XYZ51.7446.2399.96-
YUV183.75167.64126.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.98%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=29.98%
G=28.17%
B=41.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821712540.280.3300.00247.9597.6583.33
HexB6ABFE1C2100f86253
Octal266253376344100370142123
Binary10110110101010111111111011100100001001111100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABFE; }

 p { color: rgb(182,171,254); }

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

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

 a { background-color: rgb(182,171,254); }

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

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

 span { border-color: rgb(182,171,254); }

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