#BAAED6

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

Shades of Moon Raker #BAAED6

Tints of Moon Raker #BAAED6

Color information

#BAAED6 (or 0xBAAED6) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D6. RGB value is (186,174,214). Sum of RGB (Red+Green+Blue) = 186+174+214=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #BAAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED6 is #455129. Grayscale: #B5B5B5. Windows color (decimal): -4542762 or 14069434. OLE color: 14069434.

HSL color Cylindrical-coordinate representation of color #BAAED6: hue angle of 258º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAAED6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186174214-
CMYK0.130.1900.16
HSL258º32.79%76.08%-
HSV(B)258º18.69%83.92%-
XYZ47.5245.5769.91-
YUV182.15145.98130.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 214 (83.98% from 255) = 37.28%
R=32.40%
G=30.31%
B=37.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861742140.130.1900.1625832.7976.08
HexBAAED6D13010102214c
Octal272256326152302040241114
Binary1011101010101110110101101101100110100001000000101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED6; }

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

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

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

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

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

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

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

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