#B8ACDF

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

Shades of Melrose #B8ACDF

Tints of Melrose #B8ACDF

Color information

#B8ACDF (or 0xB8ACDF) is unknown color: approx Melrose. HEX triplet: B8, AC and DF. RGB value is (184,172,223). Sum of RGB (Red+Green+Blue) = 184+172+223=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACDF is #475320. Grayscale: #B5B5B5. Windows color (decimal): -4674337 or 14658744. OLE color: 14658744.

HSL color Cylindrical-coordinate representation of color #B8ACDF: hue angle of 254.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8ACDF is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184172223-
CMYK0.170.2300.13
HSL254.12º44.35%77.45%-
HSV(B)254.12º22.87%87.45%-
XYZ47.8445.0275.98-
YUV181.4151.48129.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 223 (87.5% from 255) = 38.51%
R=31.78%
G=29.71%
B=38.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841722230.170.2300.13254.1244.3577.45
HexB8ACDF11170Dfe2c4d
Octal270254337212701537654115
Binary101110001010110011011111100011011101101111111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACDF; }

 p { color: rgb(184,172,223); }

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

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

 a { background-color: rgb(184,172,223); }

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

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

 span { border-color: rgb(184,172,223); }

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