#BAAACC

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

Shades of Moon Raker #BAAACC

Tints of Moon Raker #BAAACC

Color information

#BAAACC (or 0xBAAACC) is unknown color: approx Moon Raker. HEX triplet: BA, AA and CC. RGB value is (186,170,204). Sum of RGB (Red+Green+Blue) = 186+170+204=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAACC is #455533. Grayscale: #B2B2B2. Windows color (decimal): -4543796 or 13413050. OLE color: 13413050.

HSL color Cylindrical-coordinate representation of color #BAAACC: hue angle of 268.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAACC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186170204-
CMYK0.090.1700.2
HSL268.24º25%73.33%-
HSV(B)268.24º16.67%80%-
XYZ45.5243.5563.13-
YUV178.66142.3133.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=33.21%
G=30.36%
B=36.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861702040.090.1700.2268.242573.33
HexBAAACC91101410c1949
Octal272252314112102441431111
Binary101110101010101011001100100110001010100100001100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAACC; }

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

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

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

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

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

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

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

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