#BAAED1

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

Shades of Moon Raker #BAAED1

Tints of Moon Raker #BAAED1

Color information

#BAAED1 (or 0xBAAED1) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D1. RGB value is (186,174,209). Sum of RGB (Red+Green+Blue) = 186+174+209=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAAED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED1 is #45512E. Grayscale: #B5B5B5. Windows color (decimal): -4542767 or 13741754. OLE color: 13741754.

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

Color convert

RGB186174209-
CMYK0.110.1700.18
HSL260.57º27.56%75.1%-
HSV(B)260.57º16.75%81.96%-
XYZ46.8945.3166.6-
YUV181.58143.48131.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=32.69%
G=30.58%
B=36.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861742090.110.1700.18260.5727.5675.1
HexBAAED1B110121051c4b
Octal272256321132102240534113
Binary101110101010111011010001101110001010010100000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED1; }

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

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

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

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

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

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

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

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