#B8AFDA

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

Shades of Melrose #B8AFDA

Tints of Melrose #B8AFDA

Color information

#B8AFDA (or 0xB8AFDA) is unknown color: approx Melrose. HEX triplet: B8, AF and DA. RGB value is (184,175,218). Sum of RGB (Red+Green+Blue) = 184+175+218=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFDA is #475025. Grayscale: #B6B6B6. Windows color (decimal): -4673574 or 14331832. OLE color: 14331832.

HSL color Cylindrical-coordinate representation of color #B8AFDA: hue angle of 252.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8AFDA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184175218-
CMYK0.160.2000.15
HSL252.56º36.75%77.06%-
HSV(B)252.56º19.72%85.49%-
XYZ47.7545.9172.67-
YUV182.59147.98129-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.89%
GREEN value IS 175 (68.75% from 255) = 30.33%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=31.89%
G=30.33%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841752180.160.2000.15252.5636.7577.06
HexB8AFDA10140Ffd254d
Octal270257332202401737545115
Binary101110001010111111011010100001010001111111111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFDA; }

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

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

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

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

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

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

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

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