#B8AED8

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

Shades of Moon Raker #B8AED8

Tints of Moon Raker #B8AED8

Color information

#B8AED8 (or 0xB8AED8) is unknown color: approx Moon Raker. HEX triplet: B8, AE and D8. RGB value is (184,174,216). Sum of RGB (Red+Green+Blue) = 184+174+216=574 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32.06% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #B8AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED8 is #475127. Grayscale: #B5B5B5. Windows color (decimal): -4673832 or 14200504. OLE color: 14200504.

HSL color Cylindrical-coordinate representation of color #B8AED8: hue angle of 254.29º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8AED8 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184174216-
CMYK0.150.1900.15
HSL254.29º35%76.47%-
HSV(B)254.29º19.44%84.71%-
XYZ47.345.4271.24-
YUV181.78147.31129.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.06%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 216 (84.77% from 255) = 37.63%
R=32.06%
G=30.31%
B=37.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841742160.150.1900.15254.293576.47
HexB8AED8F130Ffe234c
Octal270256330172301737643114
Binary10111000101011101101100011111001101111111111101000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AED8; }

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

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

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

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

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

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

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

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