#BAAED7

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

Shades of Moon Raker #BAAED7

Tints of Moon Raker #BAAED7

Color information

#BAAED7 (or 0xBAAED7) is unknown color: approx Moon Raker. HEX triplet: BA, AE and D7. RGB value is (186,174,215). Sum of RGB (Red+Green+Blue) = 186+174+215=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAED7 is #455128. Grayscale: #B6B6B6. Windows color (decimal): -4542761 or 14134970. OLE color: 14134970.

HSL color Cylindrical-coordinate representation of color #BAAED7: hue angle of 257.56º degrees, saturation: 0.34, 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 #BAAED7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186174215-
CMYK0.130.1900.16
HSL257.56º33.88%76.27%-
HSV(B)257.56º19.07%84.31%-
XYZ47.6545.6270.58-
YUV182.26146.48130.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=32.35%
G=30.26%
B=37.39%

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
Decimal1861742150.130.1900.16257.5633.8876.27
HexBAAED7D13010102224c
Octal272256327152302040242114
Binary1011101010101110110101111101100110100001000000101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAED7; }

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

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

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

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

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

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

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

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