#B8AEFA

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

Shades of Melrose #B8AEFA

Tints of Melrose #B8AEFA

Color information

#B8AEFA (or 0xB8AEFA) is unknown color: approx Melrose. HEX triplet: B8, AE and FA. RGB value is (184,174,250). Sum of RGB (Red+Green+Blue) = 184+174+250=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEFA is #475105. Grayscale: #B9B9B9. Windows color (decimal): -4673798 or 16428728. OLE color: 16428728.

HSL color Cylindrical-coordinate representation of color #B8AEFA: hue angle of 247.89º 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 #B8AEFA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184174250-
CMYK0.260.3000.02
HSL247.89º88.37%83.14%-
HSV(B)247.89º30.4%98.04%-
XYZ52.1647.3696.84-
YUV185.65164.31126.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.26%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=30.26%
G=28.62%
B=41.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841742500.260.3000.02247.8988.3783.14
HexB8AEFA1A1E02f85853
Octal270256372323602370130123
Binary10111000101011101111101011010111100101111100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEFA; }

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

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

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

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

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

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

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

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