#BAACDD

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

Shades of Moon Raker #BAACDD

Tints of Moon Raker #BAACDD

Color information

#BAACDD (or 0xBAACDD) is unknown color: approx Moon Raker. HEX triplet: BA, AC and DD. RGB value is (186,172,221). Sum of RGB (Red+Green+Blue) = 186+172+221=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACDD is #455322. Grayscale: #B5B5B5. Windows color (decimal): -4543267 or 14527674. OLE color: 14527674.

HSL color Cylindrical-coordinate representation of color #BAACDD: hue angle of 257.14º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAACDD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186172221-
CMYK0.160.2200.13
HSL257.14º41.88%77.06%-
HSV(B)257.14º22.17%86.67%-
XYZ48.0545.1674.59-
YUV181.77150.14131.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=32.12%
G=29.71%
B=38.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861722210.160.2200.13257.1441.8877.06
HexBAACDD10160D1012a4d
Octal272254335202601540152115
Binary1011101010101100110111011000010110011011000000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACDD; }

 p { color: rgb(186,172,221); }

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

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

 a { background-color: rgb(186,172,221); }

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

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

 span { border-color: rgb(186,172,221); }

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