#B4ACC4

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

Shades of Moon Raker #B4ACC4

Tints of Moon Raker #B4ACC4

Color information

#B4ACC4 (or 0xB4ACC4) is unknown color: approx Moon Raker. HEX triplet: B4, AC and C4. RGB value is (180,172,196). Sum of RGB (Red+Green+Blue) = 180+172+196=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #B4ACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACC4 is #4B533B. Grayscale: #B1B1B1. Windows color (decimal): -4936508 or 12889268. OLE color: 12889268.

HSL color Cylindrical-coordinate representation of color #B4ACC4: hue angle of 260º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4ACC4 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180172196-
CMYK0.080.1200.23
HSL260º16.9%72.16%-
HSV(B)260º12.24%76.86%-
XYZ43.5443.1958.27-
YUV177.13138.65130.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.85%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=32.85%
G=31.39%
B=35.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801721960.080.1200.2326016.972.16
HexB4ACC48C0171041148
Octal264254304101402740421110
Binary10110100101011001100010010001100010111100000100100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACC4; }

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

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

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

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

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

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

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

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