#BAAECD

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

Shades of Moon Raker #BAAECD

Tints of Moon Raker #BAAECD

Color information

#BAAECD (or 0xBAAECD) is unknown color: approx Moon Raker. HEX triplet: BA, AE and CD. RGB value is (186,174,205). Sum of RGB (Red+Green+Blue) = 186+174+205=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECD is #455132. Grayscale: #B5B5B5. Windows color (decimal): -4542771 or 13479610. OLE color: 13479610.

HSL color Cylindrical-coordinate representation of color #BAAECD: hue angle of 263.23º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAECD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186174205-
CMYK0.090.1500.20
HSL263.23º23.66%74.31%-
HSV(B)263.23º15.12%80.39%-
XYZ46.4145.1264.02-
YUV181.12141.48131.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=32.92%
G=30.80%
B=36.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861742050.090.1500.20263.2323.6674.31
HexBAAECD9F014107184a
Octal272256315111702440730112
Binary10111010101011101100110110011111010100100000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAECD; }

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

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

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

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

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

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

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

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