#B8AACE

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

Shades of Moon Raker #B8AACE

Tints of Moon Raker #B8AACE

Color information

#B8AACE (or 0xB8AACE) is unknown color: approx Moon Raker. HEX triplet: B8, AA and CE. RGB value is (184,170,206). Sum of RGB (Red+Green+Blue) = 184+170+206=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B8AACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AACE is #475531. Grayscale: #B2B2B2. Windows color (decimal): -4674866 or 13544120. OLE color: 13544120.

HSL color Cylindrical-coordinate representation of color #B8AACE: hue angle of 263.33º 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 #B8AACE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184170206-
CMYK0.110.1700.19
HSL263.33º26.87%73.73%-
HSV(B)263.33º17.48%80.78%-
XYZ45.2843.464.38-
YUV178.29143.64132.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=32.86%
G=30.36%
B=36.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841702060.110.1700.19263.3326.8773.73
HexB8AACEB110131071b4a
Octal270252316132102340733112
Binary101110001010101011001110101110001010011100000111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AACE; }

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

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

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

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

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

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

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

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