#BAAECC

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

Shades of Moon Raker #BAAECC

Tints of Moon Raker #BAAECC

Color information

#BAAECC (or 0xBAAECC) is unknown color: approx Moon Raker. HEX triplet: BA, AE and CC. RGB value is (186,174,204). Sum of RGB (Red+Green+Blue) = 186+174+204=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAAECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAECC is #455133. Grayscale: #B4B4B4. Windows color (decimal): -4542772 or 13414074. OLE color: 13414074.

HSL color Cylindrical-coordinate representation of color #BAAECC: hue angle of 264º degrees, saturation: 0.23, 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 #BAAECC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186174204-
CMYK0.090.1500.2
HSL264º22.73%74.12%-
HSV(B)264º14.71%80%-
XYZ46.2845.0763.39-
YUV181.01140.98131.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=32.98%
G=30.85%
B=36.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861742040.090.1500.226422.7374.12
HexBAAECC9F014108174a
Octal272256314111702441027112
Binary10111010101011101100110010011111010100100001000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAECC; }

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

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

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

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

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

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

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

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