#BAAED8

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

Shades of Moon Raker #BAAED8

Tints of Moon Raker #BAAED8

Color information

#BAAED8 (or 0xBAAED8) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D8. RGB value is (186,174,216). Sum of RGB (Red+Green+Blue) = 186+174+216=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED8 is #455127. Grayscale: #B6B6B6. Windows color (decimal): -4542760 or 14200506. OLE color: 14200506.

HSL color Cylindrical-coordinate representation of color #BAAED8: hue angle of 257.14º 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 #BAAED8 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186174216-
CMYK0.140.1900.15
HSL257.14º35%76.47%-
HSV(B)257.14º19.44%84.71%-
XYZ47.7845.6771.26-
YUV182.38146.98130.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 216 (84.77% from 255) = 37.5%
R=32.29%
G=30.21%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861742160.140.1900.15257.143576.47
HexBAAED8E130F101234c
Octal272256330162301740143114
Binary101110101010111011011000111010011011111000000011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED8; }

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

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

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

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

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

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

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

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