#B5ACC5

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

Shades of Moon Raker #B5ACC5

Tints of Moon Raker #B5ACC5

Color information

#B5ACC5 (or 0xB5ACC5) is unknown color: approx Moon Raker. HEX triplet: B5, AC and C5. RGB value is (181,172,197). Sum of RGB (Red+Green+Blue) = 181+172+197=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #B5ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACC5 is #4A533A. Grayscale: #B1B1B1. Windows color (decimal): -4870971 or 12954805. OLE color: 12954805.

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

Color convert

RGB181172197-
CMYK0.080.1300.23
HSL261.6º17.73%72.35%-
HSV(B)261.6º12.69%77.25%-
XYZ43.8943.3658.88-
YUV177.54138.98130.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 197 (77.34% from 255) = 35.82%
R=32.91%
G=31.27%
B=35.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811721970.080.1300.23261.617.7372.35
HexB5ACC58D0171061248
Octal265254305101502740622110
Binary10110101101011001100010110001101010111100000110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACC5; }

 p { color: rgb(181,172,197); }

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

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

 a { background-color: rgb(181,172,197); }

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

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

 span { border-color: rgb(181,172,197); }

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