#B9ACFA

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

Shades of Melrose #B9ACFA

Tints of Melrose #B9ACFA

Color information

#B9ACFA (or 0xB9ACFA) is unknown color: approx Melrose. HEX triplet: B9, AC and FA. RGB value is (185,172,250). Sum of RGB (Red+Green+Blue) = 185+172+250=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9ACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACFA is #465305. Grayscale: #B8B8B8. Windows color (decimal): -4608774 or 16428217. OLE color: 16428217.

HSL color Cylindrical-coordinate representation of color #B9ACFA: hue angle of 250º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9ACFA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185172250-
CMYK0.260.3100.02
HSL250º88.64%82.75%-
HSV(B)250º31.2%98.04%-
XYZ52.0246.7296.72-
YUV184.78164.81128.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.48%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=30.48%
G=28.34%
B=41.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851722500.260.3100.0225088.6482.75
HexB9ACFA1A1F02fa5953
Octal271254372323702372131123
Binary10111001101011001111101011010111110101111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACFA; }

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

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

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

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

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

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

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

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