#B4ACC6

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

Shades of Moon Raker #B4ACC6

Tints of Moon Raker #B4ACC6

Color information

#B4ACC6 (or 0xB4ACC6) is unknown color: approx Moon Raker. HEX triplet: B4, AC and C6. RGB value is (180,172,198). Sum of RGB (Red+Green+Blue) = 180+172+198=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #B4ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACC6 is #4B5339. Grayscale: #B1B1B1. Windows color (decimal): -4936506 or 13020340. OLE color: 13020340.

HSL color Cylindrical-coordinate representation of color #B4ACC6: hue angle of 258.46º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4ACC6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180172198-
CMYK0.090.1300.22
HSL258.46º18.57%72.55%-
HSV(B)258.46º13.13%77.65%-
XYZ43.7743.2959.47-
YUV177.36139.65129.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.73%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 198 (77.73% from 255) = 36%
R=32.73%
G=31.27%
B=36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801721980.090.1300.22258.4618.5772.55
HexB4ACC69D0161021349
Octal264254306111502640223111
Binary10110100101011001100011010011101010110100000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACC6; }

 p { color: rgb(180,172,198); }

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

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

 a { background-color: rgb(180,172,198); }

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

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

 span { border-color: rgb(180,172,198); }

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