#B4AACE

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

Shades of Moon Raker #B4AACE

Tints of Moon Raker #B4AACE

Color information

#B4AACE (or 0xB4AACE) is unknown color: approx Moon Raker. HEX triplet: B4, AA and CE. RGB value is (180,170,206). Sum of RGB (Red+Green+Blue) = 180+170+206=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACE is #4B5531. Grayscale: #B0B0B0. Windows color (decimal): -4937010 or 13544116. OLE color: 13544116.

HSL color Cylindrical-coordinate representation of color #B4AACE: hue angle of 256.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AACE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180170206-
CMYK0.130.1700.19
HSL256.67º26.87%73.73%-
HSV(B)256.67º17.48%80.78%-
XYZ44.3442.9164.34-
YUV177.09144.31130.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=32.37%
G=30.58%
B=37.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801702060.130.1700.19256.6726.8773.73
HexB4AACED110131011b4a
Octal264252316152102340133112
Binary101101001010101011001110110110001010011100000001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AACE; }

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

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

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

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

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

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

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

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