#BAAED3

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

Shades of Moon Raker #BAAED3

Tints of Moon Raker #BAAED3

Color information

#BAAED3 (or 0xBAAED3) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D3. RGB value is (186,174,211). Sum of RGB (Red+Green+Blue) = 186+174+211=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED3 is #45512C. Grayscale: #B5B5B5. Windows color (decimal): -4542765 or 13872826. OLE color: 13872826.

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

Color convert

RGB186174211-
CMYK0.120.1800.17
HSL259.46º29.6%75.49%-
HSV(B)259.46º17.54%82.75%-
XYZ47.1445.4167.91-
YUV181.81144.48130.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 211 (82.81% from 255) = 36.95%
R=32.57%
G=30.47%
B=36.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861742110.120.1800.17259.4629.675.49
HexBAAED3C120111031e4b
Octal272256323142202140336113
Binary101110101010111011010011110010010010001100000011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED3; }

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

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

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

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

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

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

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

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