#BAAEDA

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

Shades of Moon Raker #BAAEDA

Tints of Moon Raker #BAAEDA

Color information

#BAAEDA (or 0xBAAEDA) is unknown color: approx Moon Raker. HEX triplet: BA, AE and DA. RGB value is (186,174,218). Sum of RGB (Red+Green+Blue) = 186+174+218=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDA is #455125. Grayscale: #B6B6B6. Windows color (decimal): -4542758 or 14331578. OLE color: 14331578.

HSL color Cylindrical-coordinate representation of color #BAAEDA: hue angle of 256.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAAEDA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186174218-
CMYK0.150.2000.15
HSL256.36º37.29%76.86%-
HSV(B)256.36º20.18%85.49%-
XYZ48.0445.7772.63-
YUV182.6147.98130.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=32.18%
G=30.10%
B=37.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861742180.150.2000.15256.3637.2976.86
HexBAAEDAF140F100254d
Octal272256332172401740045115
Binary101110101010111011011010111110100011111000000001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEDA; }

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

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

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

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

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

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

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

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