#B9ACF1

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

Shades of Melrose #B9ACF1

Tints of Melrose #B9ACF1

Color information

#B9ACF1 (or 0xB9ACF1) is unknown color: approx Melrose. HEX triplet: B9, AC and F1. RGB value is (185,172,241). Sum of RGB (Red+Green+Blue) = 185+172+241=598 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.94% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACF1 is #46530E. Grayscale: #B7B7B7. Windows color (decimal): -4608783 or 15838393. OLE color: 15838393.

HSL color Cylindrical-coordinate representation of color #B9ACF1: hue angle of 251.3º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B9ACF1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185172241-
CMYK0.230.2900.05
HSL251.3º71.13%80.98%-
HSV(B)251.3º28.63%94.51%-
XYZ50.6446.1789.46-
YUV183.75160.31128.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.94%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=30.94%
G=28.76%
B=40.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851722410.230.2900.05251.371.1380.98
HexB9ACF1171D05fb4751
Octal271254361273505373107121
Binary101110011010110011110001101111110101011111101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACF1; }

 p { color: rgb(185,172,241); }

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

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

 a { background-color: rgb(185,172,241); }

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

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

 span { border-color: rgb(185,172,241); }

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