#B4AACA

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

Shades of Moon Raker #B4AACA

Tints of Moon Raker #B4AACA

Color information

#B4AACA (or 0xB4AACA) is unknown color: approx Moon Raker. HEX triplet: B4, AA and CA. RGB value is (180,170,202). Sum of RGB (Red+Green+Blue) = 180+170+202=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACA is #4B5535. Grayscale: #B0B0B0. Windows color (decimal): -4937014 or 13281972. OLE color: 13281972.

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

Color convert

RGB180170202-
CMYK0.110.1600.21
HSL258.75º23.19%72.94%-
HSV(B)258.75º15.84%79.22%-
XYZ43.8642.7261.81-
YUV176.64142.31130.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=32.61%
G=30.80%
B=36.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801702020.110.1600.21258.7523.1972.94
HexB4AACAB100151031749
Octal264252312132002540327111
Binary101101001010101011001010101110000010101100000011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AACA; }

 p { color: rgb(180,170,202); }

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

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

 a { background-color: rgb(180,170,202); }

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

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

 span { border-color: rgb(180,170,202); }

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