#B6ACC8

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

Shades of Moon Raker #B6ACC8

Tints of Moon Raker #B6ACC8

Color information

#B6ACC8 (or 0xB6ACC8) is unknown color: approx Moon Raker. HEX triplet: B6, AC and C8. RGB value is (182,172,200). Sum of RGB (Red+Green+Blue) = 182+172+200=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #B6ACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACC8 is #495337. Grayscale: #B2B2B2. Windows color (decimal): -4805432 or 13151414. OLE color: 13151414.

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

Color convert

RGB182172200-
CMYK0.090.1400.22
HSL261.43º20.29%72.94%-
HSV(B)261.43º14%78.43%-
XYZ44.4743.6260.72-
YUV178.18140.31130.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=32.85%
G=31.05%
B=36.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821722000.090.1400.22261.4320.2972.94
HexB6ACC89E0161051449
Octal266254310111602640524111
Binary10110110101011001100100010011110010110100000101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACC8; }

 p { color: rgb(182,172,200); }

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

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

 a { background-color: rgb(182,172,200); }

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

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

 span { border-color: rgb(182,172,200); }

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