#B9ACF8

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

Shades of Melrose #B9ACF8

Tints of Melrose #B9ACF8

Color information

#B9ACF8 (or 0xB9ACF8) is unknown color: approx Melrose. HEX triplet: B9, AC and F8. RGB value is (185,172,248). Sum of RGB (Red+Green+Blue) = 185+172+248=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #B9ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACF8 is #465307. Grayscale: #B8B8B8. Windows color (decimal): -4608776 or 16297145. OLE color: 16297145.

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

Color convert

RGB185172248-
CMYK0.250.3100.03
HSL250.26º84.44%82.35%-
HSV(B)250.26º30.65%97.25%-
XYZ51.746.695.08-
YUV184.55163.81128.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 172 (67.58% from 255) = 28.43%
BLUE value IS 248 (97.27% from 255) = 40.99%
R=30.58%
G=28.43%
B=40.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1851722480.250.3100.03250.2684.4482.35
HexB9ACF8191F03fa5452
Octal271254370313703372124122
Binary10111001101011001111100011001111110111111101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACF8; }

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

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

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

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

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

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

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

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