#BFAEEB

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

Shades of Melrose #BFAEEB

Tints of Melrose #BFAEEB

Color information

#BFAEEB (or 0xBFAEEB) is unknown color: approx Melrose. HEX triplet: BF, AE and EB. RGB value is (191,174,235). Sum of RGB (Red+Green+Blue) = 191+174+235=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEEB is #405114. Grayscale: #B9B9B9. Windows color (decimal): -4215061 or 15445695. OLE color: 15445695.

HSL color Cylindrical-coordinate representation of color #BFAEEB: hue angle of 256.72º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAEEB is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191174235-
CMYK0.190.2600.08
HSL256.72º60.4%80.2%-
HSV(B)256.72º25.96%92.16%-
XYZ51.6247.3585.02-
YUV186.04155.63131.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=31.83%
G=29%
B=39.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911742350.190.2600.08256.7260.480.2
HexBFAEEB131A081013c50
Octal277256353233201040174120
Binary1011111110101110111010111001111010010001000000011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAEEB; }

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

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

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

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

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

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

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

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