#B5AACC

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

Shades of Moon Raker #B5AACC

Tints of Moon Raker #B5AACC

Color information

#B5AACC (or 0xB5AACC) is unknown color: approx Moon Raker. HEX triplet: B5, AA and CC. RGB value is (181,170,204). Sum of RGB (Red+Green+Blue) = 181+170+204=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACC is #4A5533. Grayscale: #B1B1B1. Windows color (decimal): -4871476 or 13413045. OLE color: 13413045.

HSL color Cylindrical-coordinate representation of color #B5AACC: hue angle of 259.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5AACC is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB181170204-
CMYK0.110.1700.2
HSL259.41º25%73.33%-
HSV(B)259.41º16.67%80%-
XYZ44.3342.9363.08-
YUV177.16143.14130.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=32.61%
G=30.63%
B=36.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811702040.110.1700.2259.412573.33
HexB5AACCB110141031949
Octal265252314132102440331111
Binary101101011010101011001100101110001010100100000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AACC; }

 p { color: rgb(181,170,204); }

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

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

 a { background-color: rgb(181,170,204); }

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

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

 span { border-color: rgb(181,170,204); }

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