#B8AED9

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

Shades of Moon Raker #B8AED9

Tints of Moon Raker #B8AED9

Color information

#B8AED9 (or 0xB8AED9) is unknown color: approx Moon Raker. HEX triplet: B8, AE and D9. RGB value is (184,174,217). Sum of RGB (Red+Green+Blue) = 184+174+217=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #B8AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED9 is #475126. Grayscale: #B5B5B5. Windows color (decimal): -4673831 or 14266040. OLE color: 14266040.

HSL color Cylindrical-coordinate representation of color #B8AED9: hue angle of 253.95º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8AED9 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184174217-
CMYK0.150.2000.15
HSL253.95º36.13%76.67%-
HSV(B)253.95º19.82%85.1%-
XYZ47.4345.4771.92-
YUV181.89147.81129.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 217 (85.16% from 255) = 37.74%
R=32%
G=30.26%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841742170.150.2000.15253.9536.1376.67
HexB8AED9F140Ffe244d
Octal270256331172401737644115
Binary10111000101011101101100111111010001111111111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AED9; }

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

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

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

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

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

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

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

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