#BAAED0

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

Shades of Moon Raker #BAAED0

Tints of Moon Raker #BAAED0

Color information

#BAAED0 (or 0xBAAED0) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D0. RGB value is (186,174,208). Sum of RGB (Red+Green+Blue) = 186+174+208=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAAED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED0 is #45512F. Grayscale: #B5B5B5. Windows color (decimal): -4542768 or 13676218. OLE color: 13676218.

HSL color Cylindrical-coordinate representation of color #BAAED0: hue angle of 261.18º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAED0 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186174208-
CMYK0.110.1600.18
HSL261.18º26.56%74.9%-
HSV(B)261.18º16.35%81.57%-
XYZ46.7745.2765.95-
YUV181.46142.98131.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=32.75%
G=30.63%
B=36.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861742080.110.1600.18261.1826.5674.9
HexBAAED0B100121051b4b
Octal272256320132002240533113
Binary101110101010111011010000101110000010010100000101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED0; }

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

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

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

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

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

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

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

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