#B8AED6

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

Shades of Moon Raker #B8AED6

Tints of Moon Raker #B8AED6

Color information

#B8AED6 (or 0xB8AED6) is unknown color: approx Moon Raker. HEX triplet: B8, AE and D6. RGB value is (184,174,214). Sum of RGB (Red+Green+Blue) = 184+174+214=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 214 (83.98% from 255 or 37.41% from 572); Max value from RGB is 214 - color contains mainly: blue. Hex color #B8AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED6 is #475129. Grayscale: #B5B5B5. Windows color (decimal): -4673834 or 14069432. OLE color: 14069432.

HSL color Cylindrical-coordinate representation of color #B8AED6: hue angle of 255º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8AED6 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184174214-
CMYK0.140.1900.16
HSL255º32.79%76.08%-
HSV(B)255º18.69%83.92%-
XYZ47.0445.3269.89-
YUV181.55146.31129.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 214 (83.98% from 255) = 37.41%
R=32.17%
G=30.42%
B=37.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841742140.140.1900.1625532.7976.08
HexB8AED6E13010ff214c
Octal270256326162302037741114
Binary101110001010111011010110111010011010000111111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AED6; }

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

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

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

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

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

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

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

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