#B8AFDC

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

Shades of Melrose #B8AFDC

Tints of Melrose #B8AFDC

Color information

#B8AFDC (or 0xB8AFDC) is unknown color: approx Melrose. HEX triplet: B8, AF and DC. RGB value is (184,175,220). Sum of RGB (Red+Green+Blue) = 184+175+220=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFDC is #475023. Grayscale: #B6B6B6. Windows color (decimal): -4673572 or 14462904. OLE color: 14462904.

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

Color convert

RGB184175220-
CMYK0.160.2000.14
HSL252º39.13%77.45%-
HSV(B)252º20.45%86.27%-
XYZ48.0246.0274.06-
YUV182.82148.98128.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 175 (68.75% from 255) = 30.22%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=31.78%
G=30.22%
B=38.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841752200.160.2000.1425239.1377.45
HexB8AFDC10140Efc274d
Octal270257334202401637447115
Binary101110001010111111011100100001010001110111111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AFDC; }

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

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

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

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

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

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

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

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