#B9ACF7

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

Shades of Melrose #B9ACF7

Tints of Melrose #B9ACF7

Color information

#B9ACF7 (or 0xB9ACF7) is unknown color: approx Melrose. HEX triplet: B9, AC and F7. RGB value is (185,172,247). Sum of RGB (Red+Green+Blue) = 185+172+247=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 247 (96.88% from 255 or 40.89% from 604); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACF7 is #465308. Grayscale: #B8B8B8. Windows color (decimal): -4608777 or 16231609. OLE color: 16231609.

HSL color Cylindrical-coordinate representation of color #B9ACF7: hue angle of 250.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9ACF7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185172247-
CMYK0.250.3000.03
HSL250.4º82.42%82.16%-
HSV(B)250.4º30.36%96.86%-
XYZ51.5546.5394.26-
YUV184.44163.31128.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 247 (96.88% from 255) = 40.89%
R=30.63%
G=28.48%
B=40.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851722470.250.3000.03250.482.4282.16
HexB9ACF7191E03fa5252
Octal271254367313603372122122
Binary10111001101011001111011111001111100111111101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACF7; }

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

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

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

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

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

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

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

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