#BAAAFE

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

Shades of Melrose #BAAAFE

Tints of Melrose #BAAAFE

Color information

#BAAAFE (or 0xBAAAFE) is unknown color: approx Melrose. HEX triplet: BA, AA and FE. RGB value is (186,170,254). Sum of RGB (Red+Green+Blue) = 186+170+254=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAAAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAFE is #455501. Grayscale: #B8B8B8. Windows color (decimal): -4543746 or 16689850. OLE color: 16689850.

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

Color convert

RGB186170254-
CMYK0.270.3300.00
HSL251.43º97.67%83.14%-
HSV(B)251.43º33.07%99.61%-
XYZ52.5146.3499.94-
YUV184.36167.3129.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=30.49%
G=27.87%
B=41.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861702540.270.3300.00251.4397.6783.14
HexBAAAFE1B2100fb6253
Octal272252376334100373142123
Binary10111010101010101111111011011100001001111101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAFE; }

 p { color: rgb(186,170,254); }

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

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

 a { background-color: rgb(186,170,254); }

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

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

 span { border-color: rgb(186,170,254); }

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