#B8AFE4

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

Shades of Melrose #B8AFE4

Tints of Melrose #B8AFE4

Color information

#B8AFE4 (or 0xB8AFE4) is unknown color: approx Melrose. HEX triplet: B8, AF and E4. RGB value is (184,175,228). Sum of RGB (Red+Green+Blue) = 184+175+228=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #B8AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFE4 is #47501B. Grayscale: #B7B7B7. Windows color (decimal): -4673564 or 14987192. OLE color: 14987192.

HSL color Cylindrical-coordinate representation of color #B8AFE4: hue angle of 250.19º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8AFE4 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184175228-
CMYK0.190.2300.11
HSL250.19º49.53%79.02%-
HSV(B)250.19º23.25%89.41%-
XYZ49.146.4579.78-
YUV183.73152.98128.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.35%
GREEN value IS 175 (68.75% from 255) = 29.81%
BLUE value IS 228 (89.45% from 255) = 38.84%
R=31.35%
G=29.81%
B=38.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841752280.190.2300.11250.1949.5379.02
HexB8AFE413170Bfa324f
Octal270257344232701337262117
Binary101110001010111111100100100111011101011111110101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFE4; }

 p { color: rgb(184,175,228); }

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

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

 a { background-color: rgb(184,175,228); }

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

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

 span { border-color: rgb(184,175,228); }

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