#BEABFE

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

Shades of Melrose #BEABFE

Tints of Melrose #BEABFE

Color information

#BEABFE (or 0xBEABFE) is unknown color: approx Melrose. HEX triplet: BE, AB and FE. RGB value is (190,171,254). Sum of RGB (Red+Green+Blue) = 190+171+254=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEABFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABFE is #415401. Grayscale: #B9B9B9. Windows color (decimal): -4281346 or 16690110. OLE color: 16690110.

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

Color convert

RGB190171254-
CMYK0.250.3300.00
HSL253.73º97.65%83.33%-
HSV(B)253.73º32.68%99.61%-
XYZ53.6947.23100.05-
YUV186.14166.29130.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=30.89%
G=27.80%
B=41.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901712540.250.3300.00253.7397.6583.33
HexBEABFE192100fe6253
Octal276253376314100376142123
Binary10111110101010111111111011001100001001111111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABFE; }

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

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

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

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

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

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

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

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