#BFAEFA

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

Shades of Melrose #BFAEFA

Tints of Melrose #BFAEFA

Color information

#BFAEFA (or 0xBFAEFA) is unknown color: approx Melrose. HEX triplet: BF, AE and FA. RGB value is (191,174,250). Sum of RGB (Red+Green+Blue) = 191+174+250=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEFA is #405105. Grayscale: #BBBBBB. Windows color (decimal): -4215046 or 16428735. OLE color: 16428735.

HSL color Cylindrical-coordinate representation of color #BFAEFA: hue angle of 253.42º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFAEFA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191174250-
CMYK0.240.3000.02
HSL253.42º88.37%83.14%-
HSV(B)253.42º30.4%98.04%-
XYZ53.8848.2596.92-
YUV187.75163.13130.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=31.06%
G=28.29%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911742500.240.3000.02253.4288.3783.14
HexBFAEFA181E02fd5853
Octal277256372303602375130123
Binary10111111101011101111101011000111100101111110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEFA; }

 p { color: rgb(191,174,250); }

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

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

 a { background-color: rgb(191,174,250); }

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

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

 span { border-color: rgb(191,174,250); }

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