#B8AEC9

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

Shades of Moon Raker #B8AEC9

Tints of Moon Raker #B8AEC9

Color information

#B8AEC9 (or 0xB8AEC9) is unknown color: approx Moon Raker. HEX triplet: B8, AE and C9. RGB value is (184,174,201). Sum of RGB (Red+Green+Blue) = 184+174+201=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #B8AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEC9 is #475136. Grayscale: #B3B3B3. Windows color (decimal): -4673847 or 13217464. OLE color: 13217464.

HSL color Cylindrical-coordinate representation of color #B8AEC9: hue angle of 262.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8AEC9 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184174201-
CMYK0.080.1300.21
HSL262.22º20%73.53%-
HSV(B)262.22º13.43%78.82%-
XYZ45.4544.6861.49-
YUV180.07139.81130.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.92%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=32.92%
G=31.13%
B=35.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841742010.080.1300.21262.222073.53
HexB8AEC98D015106144a
Octal270256311101502540624112
Binary10111000101011101100100110001101010101100000110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEC9; }

 p { color: rgb(184,174,201); }

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

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

 a { background-color: rgb(184,174,201); }

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

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

 span { border-color: rgb(184,174,201); }

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