#B8ACC9

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

Shades of Moon Raker #B8ACC9

Tints of Moon Raker #B8ACC9

Color information

#B8ACC9 (or 0xB8ACC9) is unknown color: approx Moon Raker. HEX triplet: B8, AC and C9. RGB value is (184,172,201). Sum of RGB (Red+Green+Blue) = 184+172+201=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #B8ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ACC9 is #475336. Grayscale: #B2B2B2. Windows color (decimal): -4674359 or 13216952. OLE color: 13216952.

HSL color Cylindrical-coordinate representation of color #B8ACC9: hue angle of 264.83º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8ACC9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184172201-
CMYK0.080.1400.21
HSL264.83º21.17%73.14%-
HSV(B)264.83º14.43%78.82%-
XYZ45.0643.9161.36-
YUV178.89140.48131.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 201 (78.91% from 255) = 36.09%
R=33.03%
G=30.88%
B=36.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841722010.080.1400.21264.8321.1773.14
HexB8ACC98E0151091549
Octal270254311101602541125111
Binary10111000101011001100100110001110010101100001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACC9; }

 p { color: rgb(184,172,201); }

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

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

 a { background-color: rgb(184,172,201); }

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

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

 span { border-color: rgb(184,172,201); }

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