#B8AED4

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

Shades of Moon Raker #B8AED4

Tints of Moon Raker #B8AED4

Color information

#B8AED4 (or 0xB8AED4) is unknown color: approx Moon Raker. HEX triplet: B8, AE and D4. RGB value is (184,174,212). Sum of RGB (Red+Green+Blue) = 184+174+212=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #B8AED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AED4 is #47512B. Grayscale: #B5B5B5. Windows color (decimal): -4673836 or 13938360. OLE color: 13938360.

HSL color Cylindrical-coordinate representation of color #B8AED4: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8AED4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB184174212-
CMYK0.130.1800.17
HSL255.79º30.65%75.69%-
HSV(B)255.79º17.92%83.14%-
XYZ46.7945.2268.55-
YUV181.32145.31129.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 212 (83.20% from 255) = 37.19%
R=32.28%
G=30.53%
B=37.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1841742120.130.1800.17255.7930.6575.69
HexB8AED4D120111001f4c
Octal270256324152202140037114
Binary101110001010111011010100110110010010001100000000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AED4; }

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

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

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

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

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

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

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

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